forked from Archive/PX4-Autopilot
Cleanup of Doxygen tags
This commit is contained in:
parent
1336d625a8
commit
0fa03e65ab
|
@ -32,7 +32,9 @@
|
|||
****************************************************************************/
|
||||
|
||||
/**
|
||||
* @file Accelerometer driver interface.
|
||||
* @file drv_accel.h
|
||||
*
|
||||
* Accelerometer driver interface.
|
||||
*/
|
||||
|
||||
#ifndef _DRV_ACCEL_H
|
||||
|
|
|
@ -32,7 +32,10 @@
|
|||
****************************************************************************/
|
||||
|
||||
/**
|
||||
* @file Airspeed driver interface.
|
||||
* @file drv_airspeed.h
|
||||
*
|
||||
* Airspeed driver interface.
|
||||
*
|
||||
* @author Simon Wilks
|
||||
*/
|
||||
|
||||
|
|
|
@ -32,7 +32,9 @@
|
|||
****************************************************************************/
|
||||
|
||||
/**
|
||||
* @file Barometric pressure sensor driver interface.
|
||||
* @file drv_baro.h
|
||||
*
|
||||
* Barometric pressure sensor driver interface.
|
||||
*/
|
||||
|
||||
#ifndef _DRV_BARO_H
|
||||
|
|
|
@ -32,7 +32,9 @@
|
|||
****************************************************************************/
|
||||
|
||||
/**
|
||||
* @file GPS driver interface.
|
||||
* @file drv_gps.h
|
||||
*
|
||||
* GPS driver interface.
|
||||
*/
|
||||
|
||||
#ifndef _DRV_GPS_H
|
||||
|
|
|
@ -32,7 +32,9 @@
|
|||
****************************************************************************/
|
||||
|
||||
/**
|
||||
* @file Gyroscope driver interface.
|
||||
* @file drv_gyro.h
|
||||
*
|
||||
* Gyroscope driver interface.
|
||||
*/
|
||||
|
||||
#ifndef _DRV_GYRO_H
|
||||
|
|
|
@ -32,8 +32,9 @@
|
|||
****************************************************************************/
|
||||
|
||||
/**
|
||||
* @file R/C input interface.
|
||||
* @file drv_rc_input.h
|
||||
*
|
||||
* R/C input interface.
|
||||
*/
|
||||
|
||||
#ifndef _DRV_RC_INPUT_H
|
||||
|
|
|
@ -32,7 +32,9 @@
|
|||
****************************************************************************/
|
||||
|
||||
/**
|
||||
* @file Common sensor API and ioctl definitions.
|
||||
* @file drv_sensor.h
|
||||
*
|
||||
* Common sensor API and ioctl definitions.
|
||||
*/
|
||||
|
||||
#ifndef _DRV_SENSOR_H
|
||||
|
|
|
@ -31,7 +31,9 @@
|
|||
*
|
||||
****************************************************************************/
|
||||
|
||||
/*
|
||||
/**
|
||||
* @file drv_tone_alarm.h
|
||||
*
|
||||
* Driver for the PX4 audio alarm port, /dev/tone_alarm.
|
||||
*
|
||||
* The tone_alarm driver supports a set of predefined "alarm"
|
||||
|
|
Loading…
Reference in New Issue