Actions
Howtos - Generate documentation¶
The code documentation is generated with Doxygen. You must also install Graphviz to enable the diagram generation.
A daily generated documentation can be found here : http://doc.d-lan.net (errors).
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
.
Updated by Greg Burri over 12 years ago · 4 revisions