Version: 1.0 - 2001/09/27
Hi tclers,
I am happy to announce Zdoc, a simple source documentation generator
for tcl projects, available under BSD license.
Zdoc will analyze a list of tcl sources, and it will write:
- an index.html file, index of all source files and their procedures,
(one line per proc)
- and a "prog.tcl.html" file for each source file.
This detail file will show comments, arguments, cross-reference
information (proc use proc) and optionally the source code of
each proc.
HTML links allow to toggle between index and detail information,
and to browse through cross-reference links; this may provide a useful
help to understand or remember the logic of a project.
See functions, limitations, example, license, and download it
at http://www.oklin.com/zdoc.
Version 1.0 means this tool is certainly perfectible:
Please mail comments, questions, remarks to vwar...@oklin.com
If interested in tcl doc generation, also take a look at
autodoc: http://www.purl.org/net/akupries/soft/autodoc
V. Wartelle.