1 To generate HTML documentation for the modules in this directory, simply
2 execute the following statement inside the newlisp-x.x.x/modules directory:
8 newlisp -s newlispdoc *.lsp
10 This will genereate an index page index.html and one html file each
11 for each module of the form name.lsp.html, where name is the name of the module.
12 For additional conversion options see newlisp-x.x.x/doc/newLISPdoc.html .
14 The newlispdoc utility can be found in newlisp-x.x.x/examples/newlispdoc .
16 Documentation on how to format newLISP source files for this program can be found
17 in newlisp-x.x.x/doc/newLISPdoc.html or in /usr/share/doc/newlisp/newLISPdoc.html.