
This tool parses a source code and creates a documentation of it in HTML.
To have a little description to each function and global variable, you have
to use special comments. Furthermore it creates links to the included files.
A special comment looks like this:
Code: Select all
;** functionname
;* some very special description
;* which continues here
or like that for global variables (and LLs and Arrays):
;** g nameofvariable
;* like above
can cause problems but also adds features (all the tags of HTML).
If there is enough interest, I will add some more features.
Just try out the .BAT in the zip. It will create a documentation of the source
of jaPBdoc.
http://mypage.bluewin.ch/remimeier/zip/japbdoc.zip
greetz
Remi