Click to See Complete Forum and Search --> : C++ Source Documenter


arf
July 6th, 1999, 12:18 PM
Can anyone suggest a good documenter for C++ source?

What I really need is a program/script that converts C++ source to linked html skeleton files or parses the classes into a database or something.

I started to write my own program. However, writing the code to parse a C++ source code file is much more difficult than I have time to work on it at the moment.

Any suggestions?

Paul McKenzie
July 6th, 1999, 12:51 PM
Try www.bbeesoft.com

Regards,

Paul McKenzie

Gomez Addams
July 6th, 1999, 03:00 PM
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.