Doxygen

TwitterFacebook
Get flash to fully experience Pearltrees

Doxygen-Tutorial

http://www.cypax.net/tutorials/doxygen/index?language=en Everybody, who had to do with big software projects, knows what it means to gain a survey about the project without any documentation. Doxygen is a popular open source tool, which can analyse and document software automatically.
All commands in the documentation start with a backslash ( \ ) or an at-sign ( @ ). If you prefer you can replace all commands starting with a backslash below by their counterparts that start with an at-sign. Some commands have one or more arguments. http://www.stack.nl/~dimitri/doxygen/commands.html#cmdnote

Doxygen

http://justcheckingonall.wordpress.com/2008/07/29/simple-doxygen-templates/ This is a follow-up to previous tutorial, Simple guide to basic Doxygen usage . Here are few simple templates that you might use for documenting your source; easiest use is with e.g. Visual Assist X , or any other tool that allows you to add predefined templates to your source code.

Simple Doxygen templates « JustChecking's Weblog On All

Doxygen is a documentation system for C++, C, Java, Objective-C, Python, IDL (Corba and Microsoft flavors), Fortran, VHDL, PHP and C#.

How to document your code using doxygen - FLC Wiki

http://www-flc.desy.de/flc/flcwiki/How%20to%20document%20your%20code%20using%20doxygen
The page you requested wasn't found.

How to document your code for doxygen

http://www-numi.fnal.gov/computing/d120/releases/development/WebDocs/doxygen-howto.html

Doxygen - gkw - How write code comments compatible with the doxygen parser - Gyro-kinetic simulation code for the study of turbulence in magnetised plasmas. A tool for fusion energy research.

http://code.google.com/p/gkw/wiki/Doxygen GKW has a reference dictionary that is automatically generated and updated using Doxygen . Comments in GKW should be written in such a way as to be parsable by Doxygen . For variables can have either leading comments, or trailing comments on same line
This chapter covers two topics: http://www.stack.nl/~dimitri/doxygen/docblocks.html

Doxygen

During an application development writing documentation is a tedious work. In effect when you are writing the code all is clear, at this moment the code seems to document itself. http://kapo-cpp.blogspot.com/2007/10/documenting-code-using-doxygen.html

Documenting the code (using Doxygen)

Das von Dimitri van Heesch entwickelte Werkzeug Doxygen erstellt aus den Quelltextdateien eine übersichtliche Dokumentation der Dateien, Klassen und Funktionen eines Softwareprojekts. http://de.wikibooks.org/wiki/C%2B%2B-Programmierung:_Dokumentation_mit_Doxygen

C++-Programmierung: Dokumentation mit Doxygen