mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-19 02:22:21 +08:00
dox fixes
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
~~~
|
||||
|
||||
Reference in New Issue
Block a user