Doxygen-related stuff

Code Documentation Examples and Tools

Doxygen Home Page

Think that documenting your code is all black and white? Think that there is one "right" way? Think that all developers are in agreement? Think you can call yourself a professional without knowing how to properly document your code? Think again. This "religious" issue was debated on slashdot a while ago.

Core Files and Stuff

There is an excellent help file that is included with Doxygen. It explains everything you need to know to use Doxygen. You'll find it in the directory where Doxygen is installed. (It's in the Start menu as well.)

Simple Example (using yet-another Stack class)

Non-Trivial Documentation Examples

Other Related Code Documentation Projects