-
[[Cite(anchor[,text])]] displays text as a link to the corresponding reference on the References page.
Examples: a paper -
[[DownloadSVN(pathToFile)]] displays a download link to the ViewSVN page for pathToFile.
Examples: Makefile, main.sml -
[[IncludeSVN(pathToFile[,type][,[start]:[end]...])]] textually includes the latest contents of pathToFile. The contents are formatted with Enscript using highlighting mode type, as in the !#syntax processor; if type is omitted, the macro uses the extension of pathToFile. A sequence of ranges may be used to specify the lines to be formatted; in each range, the absence of start implicitly denotes the start of the file and the absence of end implicitly denotes the end of the file; furthermore, negative start and end may be used to index relative to the end of the file.
Example:(* Copyright (C) 1999-2007 Henry Cejtin, Matthew Fluet, Suresh * Jagannathan, and Stephen Weeks. * Copyright (C) 1997-2000 NEC Research Institute. * * MLton is released under a BSD-style license. * See the file MLton-LICENSE for details. *) structure Main = Main () val _ = let open Trace.Immediate in debug := Out Out.error ; flagged () ; on [] end
-
[[ViewSVN(pathToFile)]] displays a link to the ViewSVN page for pathToFile.
Examples: Makefile, main.sml -
[[ViewSVNDir(pathToDir)]] displays a link to the ViewSVN page for pathToDir.
Example: main -
[[ViewSVNRev(rev)]] displays a link to the ViewSVN page for revision rev.
Example: 4242