Actions
Howtos - Generate documentation » History » Revision 3
« Previous |
Revision 3/4
(diff)
| Next »
Greg Burri, 03/17/2011 12:12 AM
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 13 years ago · 3 revisions