|
-
July 6th, 1999, 12:18 PM
#1
C++ Source Documenter
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?
-
July 6th, 1999, 12:51 PM
#2
Re: C++ Source Documenter
Try www.bbeesoft.com
Regards,
Paul McKenzie
-
July 6th, 1999, 03:00 PM
#3
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|