px4-firmware/Documentation
Thomas Gubler 7e1a21a39e update return switch documentation 2015-04-21 06:54:15 +02:00
..
Doxyfile Hotfix for CMSIS exclude 2014-01-22 17:07:25 +01:00
README
arming_state_machine.odg
arming_state_machine.pdf
code_structure_diagrams.odg
code_structure_diagrams.pdf
control_flow.graffle Added H frame to docs 2013-08-25 22:13:49 +02:00
doxygen.sh
dsm_bind.odt
dsm_bind.pdf
fixed_wing_control.odg Updated docs 2013-10-18 10:14:42 +02:00
flight_mode_state_machine.odg
flight_mode_state_machine.pdf
fw_landing.png add fw autoland documentation 2013-12-29 17:15:38 +01:00
mixing_architecture.graffle
px4_block_diagram.odg More diagrams 2015-02-09 10:03:21 +01:00
px4_block_diagram.pdf More diagrams 2015-02-09 10:03:21 +01:00
px4_general_structure.png
rc_mode_switch.odg update return switch documentation 2015-04-21 06:54:15 +02:00
rc_mode_switch.pdf update return switch documentation 2015-04-21 06:54:15 +02:00
versionfilter.sh Make tools executable 2014-11-11 13:45:25 +01:00

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 changed 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/