TclDoc v 0.84
Changes in tclDoc v 0.84.
- fixes syntax bug when writing global links
- allow line wrapped {@link} tags
- allow line wrapped proc declarations are not recognized
- allow shortcut: create an external link when @see-Tag contains only an URL
- fixes output of wrong version number
- fixes double namespace operator when global procedure is defined "proc ::myglobal ..."
- fixes missing last word in summary of single sentence descriptions
- fixes crash (instead of error message) when line number not yet set
- fixes crash when no procs are exported (can't read "::EXPORTED_PROCS": no such variable)
- refactoring of sources, additional source files for procedures managing extracted data and procedures generating documentation files.
Changes in tclDoc v 0.83.
- fixing broken recursion while scanning directories for sources
- fixing bug in procedure names in the htmlized sources
- check for name conflicts of sourcefiles
Changes in tclDoc v 0.82.
- new commandline option
--synonym to specify an additional keyword as a synonym for keyword proc
Changes in tclDoc v 0.81.
- fixed buggy Html of the Version-Tag
- fixed procedure calls with bad link refrences in the html-ized source and
fixed missing procedure calls when using --no-xref Option
- treat an overview file like a tcl source if it has a name
extension .tcldoc i. e. process special tcldoc tags and generate html
The changes for tclDoc v 0.8:
- new tag '@exception' (for procedures) to document exceptional returns
- can handle namespaces
- now generates HTML v4 and CSS v2 based Files
- including new command line options for
- customized style sheets
- specifying the HTML charset
- specifying a seperate logo file
- introduced additional notation for the
@see-Tag: you can use full qualified
procedure names instead of specifying the filename.
- optional suppress proc call index by command line
- optional hide internal procecures which are not exported by their namespace
Read the documentation.
Download tcldoc v0.84
If you unpack the downloaded tar file you will find a subdirectory docs. This contains the tclDoc generated documentation
of tclDoc itself.
If you want to make changes to the source code in some cases you will need the tool fickle - a parser generator written in tcl.
Download fickle here: http://www.jtang.org/tcl/fickle.
Thomas Heinlein (theinlein ätt t-online.de)
:o)