1 newlispdoc(1) Commandline Parameters newlispdoc(1)
6 newlispdoc - generate documentation from newLISP source comments
9 newlispdoc [-s] lisp-file1 [lisp-file2 ...]
11 newlispdoc [-url] urls-file
14 newlispdoc is a commandline utility written in newLISP to generate HTML
15 documentation from comments written in newLISP source files. Consult
16 /usr/share/doc/newlisp/newLISPdoc.html for a detailed description on
17 how to write comments usable for newlispdoc. The newlispdoc command
18 should be executed from inside the directory where the newLISP source
19 files can be found. The generated documetation files will have .html
20 added to the name of the source file. An index.html page is generated,
21 which is listing for each file links to all the documented functions.
24 -s this option causes newlispdoc to also generate a syntax high-
25 lighted HTML file of the source. A link to this file will be
26 present in the HTML documentation of this file. The generated
27 file will have the added extension .src.html.
30 is a commented newLISP source file from which a documentation
31 file will be generated.
33 -url this option is used to retrieve newLISP source files for docu-
34 mentation from remote locations.
37 is a file containing urls of newLISP source files, one url per
41 Generate all documentation form files in the current directory.
42 newlispdoc afile.lsp bfile.lsp
45 Generate documentation and syntax highlighted HTML versions from all
46 lisp files in the current directory
49 Retrieve source files for documentation from remote locations. Each
50 file is specified on one line in urls.txt with its http:// address.
51 newlispdoc -s -url urls.txt
54 newlispdoc returns a zero exit status for normal exit or writes a usage
55 message if not enough paramneters are supplied.
58 Lutz Mueller <lutz@nuevatec.com>
61 newlisp(1) - newlisp man page
63 http://www.newlisp.org/ - the newLISP home page
68 version 1.4 January 2008 newlispdoc(1)