logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

chibi-doc - generate documentation from Scheme scribble syntax

Authors

       Alex Shinn

Description

chibi-doc  is a tool to generate documenatation from Scheme scribble syntax from Racket.  It works like a
       UNIX filter, translating from the current input or a file to the standard output.  You can also specify a
       module name, with components separated with dots,  and  it  will  search  for  the  module  and  generate
       documentation  for  it  by  processing literate comments in the module or any of its source files.  These
       comments are any line beginning with the characters ;;>

       The scribble syntax is described in the manual.

Name

       chibi-doc - generate documentation from Scheme scribble syntax

Options

-h     Output in HTML format (the default).

       -s     Output in SXML format.

       -t     Output in text format (the default for describing a single identifier).

Reporting Bugs

       Please report bugs on Github.

See Also

chibi-scheme(1)

0.9 (fluorine)                                     2020-08-08                                       CHIBI-DOC(1)

Synopsis

chibi-doc [-hst] [file]

       chibi-docdotted.name.of.module [identifier]

See Also