.TH "SCHEMATIC\-WIKI" "1" "January 2015" "Schematic User Manuals" "Version 0.1.6" .SH NAME .PP \f[B]schematic\-wiki\f[] \- svnwiki generator for Scheme source .SH SYNOPSIS .PP \f[B]schematic\-wiki\f[] [\f[I]option\f[] ...] .SH DESCRIPTION .PP \f[B]schematic\-wiki\f[] generates svnwiki documentation fragments suitable for use on the CHICKEN wiki from commented Scheme source. .PP Code is read from standard input and scanned for commented definition forms. For each of these, svnwiki documentation tags and comment contents are written to standard output. .SH OPTIONS .TP .B \-c, \-\-comment\-prefix Specify an alternative line comment prefix string. By default, lines beginning with ";;" and ";;;" are considered comments. .RS .RE .TP .B \-h, \-\-help Display a usage summary and exit. .RS .RE .TP .B \-v, \-\-version Print version information to standard output and exit. .RS .RE .SH CAVEATS .PP Any limitations of \f[C]schematic\-extract\f[](1) apply equally here. .SH SEE ALSO .PP \f[C]schematic\-extract\f[](1), \f[C]schematic\-markdown\f[](1) .PP The CHICKEN wiki\[aq]s svnwiki syntax is documented at . .SH AUTHORS Evan Hanson .