File: newlispdoc-man.txt

package info (click to toggle)
newlisp 10.7.5-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 6,248 kB
  • sloc: ansic: 33,280; lisp: 4,181; sh: 609; makefile: 215
file content (74 lines) | stat: -rw-r--r-- 2,765 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
newlispdoc(1)               Commandline Parameters               newlispdoc(1)



NAME
       newlispdoc - generate documentation from newLISP source comments

SYNOPSIS
       newlispdoc [-s] [-d] lisp-file1 [lisp-file2 ...]

       newlispdoc [-s] [-d] [-url] urls-file

DESCRIPTION
       newlispdoc 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
       -s     this  option  causes  newlispdoc to also generate a syntax high-
              lighted HTML file of the source. A link to  this  file  will  be
              present  in  the  HTML documentation of this file. The generated
              file will have the added extension .src.html.

       -d     also generate a link to the raw unformatted sourcefile.

       lisp-file
              is a commented newLISP source file from  which  a  documentation
              file will be generated.

       -url   this  option  is used to retrieve newLISP source files for docu-
              mentation from remote locations.

       urls-file
              is a file containing urls of newLISP source files, one  url  per
              line.

EXAMPLES
       Generate all documentation form files in the current directory.
              newlispdoc afile.lsp bfile.lsp


       Generate  documentation  and  syntax highlighted HTML versions from all
       lisp files in the current directory and also supply a download link.
              newlispdoc -s -d *.lsp

       Retrieve  source  files  for  documentation from remote locations. Each
       file is specified on one line in urls.txt with its http:// address.
              newlispdoc -s -url urls.txt

EXIT STATUS
       newlispdoc returns a zero exit status for normal exit or writes a usage
       message if not enough paramneters are supplied.

AUTHOR
       Lutz Mueller <lutz@nuevatec.com>

SEE ALSO
       newlisp(1) - newlisp man page

       http://www.newlisp.org/ -  the newLISP home page




version 3.1                        July 2011                     newlispdoc(1)