All modules documented with newLISPdoc
Posted: Tue Sep 26, 2006 5:51 pm
Now all all .lsp source in newlisp-x.x.x/modules can be converted to HTML documentation using the newlispdoc script. The latest version of newlispdoc also integrates syntax highlighting with syntax.cgi:
in the modules directory will create all documentation and syntax highlighted versions of the source. For the result see here: http://newlisp.org/code/modules/
also linked to from: http://newlisp.org/index.cgi?Documentation
Lutz
Code: Select all
newlispdoc -s *.lsp
also linked to from: http://newlisp.org/index.cgi?Documentation
Lutz