← Back to team overview

kicad-developers team mailing list archive

Doxygen

 

I added a Doxygen configuration file to the project. So now to
generate HTML source code documentation, simply change directories to
the project tree, and run doxygen (on windows or linux or ...):

$ cd /svn/kicad
$ doxygen

The output is sent to ./doxygen/*.html

We are a long way away from having good Doxygen compatible comments,
but the class inheritance diagrams and organizational aspect of the
current output is quite useful.

Download and install doxygen from here:

http://www.doxygen.org


Hope this helps,

Dick