CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    May 1999
    Posts
    14

    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?


  2. #2
    Join Date
    Apr 1999
    Posts
    27,449

    Re: C++ Source Documenter

    Try www.bbeesoft.com

    Regards,

    Paul McKenzie


  3. #3
    Join Date
    May 1999
    Location
    Oregon, USA
    Posts
    302

    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
  •  





Click Here to Expand Forum to Full Width

Featured