Re: C++ Source Documenter
Try www.bbeesoft.com
Regards,
Paul McKenzie
Re: C++ Source Documenter
I have had success with Autoduck. It is a tool that comes on the MSDN
CDs and is available various places on-line. It looks for comment tags
embedded in the code so it takes a bit of work on your part but the results
are very good. Currently I have it generating a .rtf file that I run the help
compiler on to get a .hlp file but you could probably use rtf2html to get .html
files. There also might be a format description file so that it will generate
html directly. This is good tool for being free.