You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 years ago | |
---|---|---|
.. | ||
.gitignore | 15 years ago | |
Doxyfile | 2 years ago | |
README | 5 years ago | |
dot | 5 years ago | |
graphs.graffle | 5 years ago | |
header.html | 5 years ago | |
links.md | 5 years ago | |
links.svg | 5 years ago | |
qgcmain.svg | 5 years ago | |
qgroundcontrol.md | 5 years ago | |
qgroundcontrol.png | 5 years ago | |
vehicleMgmt.md | 5 years ago | |
vehicleMgmt.svg | 5 years ago |
README
Mac OS X
========
To install doxygen and dot:
brew install doxygen dot
doxyqml:
https://github.com/agateau/doxyqml
$sudo pip3 install doxyqml
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.
Debian
=====================
#To build documentation first install dependencies (doxygen, doxyqml and dot):
sudo apt install doxygen graphviz doxyqml
#Then build documentation in the doc/ directory
doxygen ./Doxyfile