dox fixes

This commit is contained in:
Felix Ruess
2014-10-30 15:45:05 +01:00
parent 9d89f208b6
commit 95a1cccf90
8 changed files with 13 additions and 7 deletions
+1 -1
View File
@@ -655,7 +655,7 @@ WARN_LOGFILE =
# directories like "/usr/src/myproject". Separate the files or directories
# with spaces.
INPUT = doc/manual \
INPUT = README.md doc/manual \
sw/airborne
# This tag can be used to specify the character encoding of the source files
+2
View File
@@ -1,3 +1,5 @@
# MAIN README
Paparazzi UAS
=============
@@ -20,7 +20,7 @@
*/
/**
* @file arch/sim/spektrum_arch.c
* @file arch/sim/subsystems/radio_control/spektrum_arch.c
*
* Simulator implementation for spektrum radio control.
*
@@ -20,7 +20,7 @@
*/
/**
* @file firmwares/fixedwing/main_chibios.c
* @file firmwares/fixedwing/main_chibios_libopencm3.c
*/
#include "firmwares/fixedwing/chibios-libopencm3/chibios_init.h"
@@ -1,5 +1,7 @@
# CATIA
**C** amera **A** application **T** triggering **I** mage **A** nalysis
**C**amera **A**application **T**triggering **I**mage **A**nalysis
Application to capture camera images, store GPS and attitude information, trigger the processing of the image and return the results.
Sources in `sw/airborne/modules/digital_cam/catia`.
@@ -20,7 +20,7 @@
*/
/**
* @file modules/digital_cam/digital_cam_uart.c
* @file modules/digital_cam/uart_cam_ctrl.c
* Control the camera via uart to chdk-ptp.
* Retrieve thumbnails
*/
@@ -19,7 +19,7 @@
* Boston, MA 02111-1307, USA.
*/
/** @file modules/digital_cam/digital_cam_uart.h
/** @file modules/digital_cam/uart_cam_ctrl.h
* @brief Digital Camera Control Over UART with download of thumbnails over the PAYLOAD message
*
* Provides the control of a camera over serial, typically connected to a computer which has
+3 -1
View File
@@ -1,10 +1,12 @@
# Datalink library
Datalink (uplink and downlink) lib using PPRZ protocol
======================================================
HOWTO export
------------
- Export library: in this folder, type
- Export library: in this folder (`sw/airborne/subsystems/datalink`), type
~~~
make export_lib
~~~