README 533 Bytes
Newer Older
1 2 3 4
Mac OS X
========
To install doxygen and dot: 
brew install doxygen dot
5

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

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

13
The html file index.html should be in doc/html. 
14

15 16 17 18
Debian
=====================
#To build documentation first install dependencies (doxygen, doxyqml and dot):
sudo apt install doxygen graphviz doxyqml
19

20 21
#Then build documentation in the doc/ directory
doxygen ./Doxyfile