.TH "SCHEMATIC\-WIKI" "1" "September 2016" "Schematic User Manuals" "Version 0.2.1" .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 from commented Scheme source. These are suitable for use on the CHICKEN wiki. .PP Code is read from standard input and scanned for commented definition forms. For each of these, an svnwiki tag and the comment\[aq]s 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 \-t, \-\-types Use type declarations to populate svnwiki tags rather than the associated \f[C](define\ ...)\f[] form. .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 .