Project

General

Profile

Howtos - Generate documentation » History » Version 3

Greg Burri, 03/17/2011 12:12 AM

1 1 Greg Burri
h1. Howtos - Generate documentation
2
3
The code documentation is generated with "Doxygen":http://www.doxygen.org. You must also install "Graphviz":http://graphviz.org/ to enable the diagram generation.
4
5 3 Greg Burri
A daily generated documentation can be found here : http://doc.d-lan.net ("errors":http://doc.d-lan.net/errors.txt).
6 1 Greg Burri
7
To locally build the documentation you just have to install Doxygen and Graphviz. The configuration file is located here : source:/doc/doxygen/Doxyfile it can be opened by the graphic utility _Doxywizard_ or by the command line @doygen Doxyfile@. The documentation will be generated in @/doc/doxygen/html@.