Related articles |
---|
Source code browsers for C++ nscompcompilers1@c7.org (2005-02-28) |
Re: Source code browsers for C++ mailbox@dmitry-kazakov.de (Dmitry A. Kazakov) (2005-02-28) |
Re: Source code browsers for C++ angray@beeb.net (Aaron Gray) (2005-02-28) |
Re: Source code browsers for C++ Brian.Inglis@SystematicSW.ab.ca (Brian Inglis) (2005-03-04) |
Re: Source code browsers for C++ avinash.chinchalkar@gmail.com (Avi) (2005-03-15) |
Re: Source code browsers for C++ daniloco@mclink.it (2005-03-18) |
From: | daniloco@mclink.it (Danilo Coccia) |
Newsgroups: | comp.compilers |
Date: | 18 Mar 2005 00:47:18 -0500 |
Organization: | http://groups.google.com |
References: | 05-02-100 |
Keywords: | tools |
Posted-Date: | 18 Mar 2005 00:47:18 EST |
nscompcompilers1@c7.org (Nik Shaylor) wrote
> Hi, Can anyone recommend a good program that I could use to help
> understand a large and complex C++ program? I have been told that
> there are such programs that will convert the source code into a set
> of HTML pages.
You might also find interesting the following link:
http://www.codeproject.com/useritems/DoxyS.asp
or the link to the original home page:
http://www.doxys.dk/
I'm using it just now, and find its results more visually pleasing
than those from doxygen. Of course it's a matter of personal taste :)
Its use is extremely simple, and the documentation conventions are the
same as those of doxygen, so if you have source files already set for
doxygen, they're also good for DoxyS.
The only negative side I see, it takes a little more time to produce
its output, but not that much!
Return to the
comp.compilers page.
Search the
comp.compilers archives again.