This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: not-quite C++
- From: Eljay Love-Jensen <eljay at adobe dot com>
- To: berg <berg at binarchy dot net>
- Cc: gcc-help at gcc dot gnu dot org
- Date: Mon, 23 Jun 2003 06:40:35 -0500
- Subject: Re: not-quite C++
[Off-topic, but very important.]
Hi Berg,
For documentation, I highly recommend Doxygen for C/C++.
Doxygen is a JavaDoc analog, and (in my opinion) better than Doc++.
The Doxygen documentation convention is especially useful for producing the
documentation for a library.
q.v. <http://www.doxygen.org>
Good luck,
--Eljay