![]() |
![]()
| ![]() |
![]()
NAMEnewlispdoc - generate documentation from newLISP source comments SYNOPSISnewlispdoc [-s] [-d] lisp-file1 [lisp-file2 ...] newlispdoc [-s] [-d] [-url] urls-file DESCRIPTIONnewlispdoc is a commandline utility written in newLISP to generate HTML documentation from comments written in newLISP source files. Consult /usr/share/doc/newlisp/newLISPdoc.html for a detailed description on how to write comments usable for newlispdoc. The newlispdoc command should be executed from inside the directory where the newLISP source files can be found. The generated documetation files will have .html added to the name of the source file. An index.html page is generated, which is listing for each file links to all the documented functions. If the current directory contains the file newlispdoc.css, it will be used for formatting HTML output. For a sample see util/newlispdoc.css in the source distribution. OPTIONS
EXAMPLES
EXIT STATUSnewlispdoc returns a zero exit status for normal exit or writes a usage message if not enough paramneters are supplied. AUTHORLutz Mueller <lutz@nuevatec.com> SEE ALSOnewlisp(1) - newlisp man page http://www.newlisp.org/ - the newLISP home page
|