地面站终端 App
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.
AJRepo 848913f85b Fix/Updates for debian documentation 5 years ago
..
.gitignore Initial import 15 years ago
Doxyfile Exclude QObject and Item. Everything on the c++ side derives from QObject and most things on the QML side derives from Item. 5 years ago
README Fix/Updates for debian documentation 5 years ago
dot Fix/Updates for debian documentation 5 years ago
graphs.graffle Add a high level diagram. 5 years ago
header.html More code documentation 5 years ago
links.md More code documentation 5 years ago
links.svg Add a high level diagram. 5 years ago
qgcmain.svg Add a high level diagram. 5 years ago
qgroundcontrol.md Add a high level diagram. 5 years ago
qgroundcontrol.png Initial cleanup of (Doxygen) documentation. 5 years ago
vehicleMgmt.md Add a high level diagram. 5 years ago
vehicleMgmt.svg Add a high level diagram. 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