地面站终端 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.
Ricardo de Almeida Gonzaga 52fef372ba Fix typos 9 years ago
..
.gitignore Initial import 15 years ago
Doxyfile Fix typos 9 years ago
README README was added to doc directory with inforamtion on how to run doxygen. A mention to read the README in /doc for information was added to the main README in qgroundcontrol. 13 years ago

README

Linux/Mac OS X
==============
To install doxygen:
$sudo apt-get install doxygen

If the above does not work go to:
http://www.stack.nl/~dimitri/doxygen/download.html for the correct download.

Then go to the following website for inforamtion on the install:
http://www.stack.nl/~dimitri/doxygen/install.html

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.

The other option for generating the documentation is to use the wizard:
$doxywizard &

doxywizard information:
http://www.stack.nl/~dimitri/doxygen/doxywizard_usage.html

Or go to the Doxygen Manual for information at the website noted below.

Windows
=======
Go to the following website for the correct download and follow the wizard to install:
http://www.stack.nl/~dimitri/doxygen/download.html

Run the wizard to generate the documentation.
Go to the website below or the Doxygen Manual for information on running doxywizard.
http://www.stack.nl/~dimitri/doxygen/doxywizard_usage.html

Doxygen Manual
==============
http://www.stack.nl/~dimitri/doxygen/