Project

General

Profile

Howtos - Generate documentation » History » Revision 2

Revision 1 (Greg Burri, 01/26/2011 02:56 PM) → Revision 2/4 (Greg Burri, 03/17/2011 12:12 AM)

h1. Howtos - Generate documentation 

 The code documentation is generated with "Doxygen":http://www.doxygen.org. You must also install "Graphviz":http://graphviz.org/ to enable the diagram generation. 

 A daily generated documentation can be found here : http://doc.d-lan.net http://doc.aybabtu.org ("errors":http://doc.aybabtu.org/errors.txt). 

 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@.