Generate Doxygen Documentation - Openwide-Ingenierie/openvivoe GitHub Wiki
OpenVivoe let you generates documentation for the source code, using the Doxygen tool. To do so, everything has already been configured for you. After running Cmake, you will see a rule for make called "doc", just type:
make doc
And OpenVivoe will generate all the source code documentation you need in the doc folder. Two kinds of documentation is generated, one in html, the other in Latex.