mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-09 14:18:00 +08:00
[dox] minor doxygen updates
This commit is contained in:
@@ -116,8 +116,6 @@ So use @c #if not @c #ifdef to turn a feature on or off. This works fine, and do
|
||||
|
||||
The following sections provide guidelines for Paparazzi developers
|
||||
who wish to write Doxygen comments in the code or this manual.
|
||||
For an introduction to Doxygen documentation,
|
||||
see the @ref primerdoxygen.
|
||||
|
||||
@section styledoxyblocks Doxygen Block Selection
|
||||
|
||||
|
||||
+5
-5
@@ -351,10 +351,9 @@ struct State {
|
||||
/** @}*/
|
||||
|
||||
|
||||
/** @defgroup state_attitude
|
||||
* @{ */
|
||||
/** @defgroup state_attitude Attitude representations
|
||||
*/
|
||||
struct OrientationReps ned_to_body_orientation;
|
||||
/** @}*/
|
||||
|
||||
|
||||
/** @addtogroup state_rate
|
||||
@@ -433,6 +432,9 @@ extern struct State state;
|
||||
|
||||
extern void stateInit(void);
|
||||
|
||||
/** @addtogroup state_position
|
||||
* @{ */
|
||||
|
||||
/// Set the local (flat earth) coordinate frame origin (int).
|
||||
static inline void stateSetLocalOrigin_i(struct LtpDef_i* ltp_def) {
|
||||
LTP_DEF_COPY(state.ned_origin_i, *ltp_def);
|
||||
@@ -478,8 +480,6 @@ static inline void stateSetLocalUtmOrigin_f(struct UtmCoor_f* utm_def) {
|
||||
* Set and Get functions for the POSITION representations *
|
||||
* *
|
||||
******************************************************************************/
|
||||
/** @addtogroup state_position
|
||||
* @{ */
|
||||
|
||||
/************* declaration of transformation functions ************/
|
||||
extern void stateCalcPositionEcef_i(void);
|
||||
|
||||
Reference in New Issue
Block a user