README 364 Bytes
Newer Older
1 2 3 4 5
Linux/Mac OS X
==============
To install doxygen: 
$sudo apt-get install doxygen

6 7 8
doxyqml:
https://github.com/agateau/doxyqml
$sudo pip3 install doxyqml
9 10 11 12 13 14

Then to generate the html, run the following code while you are in the qgroundcontrol/doc directory:
$doxygen Doxyfile

The html file index.html should be in doc/html unless you chenged the output directory.