Index: firmware/App/Tasks/TaskGeneral.h =================================================================== diff -u -ra7bf3ca23ea37a61000379facae628a31b3ecc59 -r90334b92aa0ebe0c6795e649abf82ff808036004 --- firmware/App/Tasks/TaskGeneral.h (.../TaskGeneral.h) (revision a7bf3ca23ea37a61000379facae628a31b3ecc59) +++ firmware/App/Tasks/TaskGeneral.h (.../TaskGeneral.h) (revision 90334b92aa0ebe0c6795e649abf82ff808036004) @@ -20,12 +20,22 @@ #include "DGCommon.h" -// public definitions +/** + * @defgroup TaskGeneral TaskGeneral + * @brief General task module. + * + * @addtogroup TaskGeneral + * @{ + */ + +// ********** public definitions ********** + +#define TASK_GENERAL_INTERVAL (50) ///< Interval in ms that general task runs at. -#define TASK_GENERAL_INTERVAL (50) +// ********** public function prototypes ********** -// public function prototypes - void taskGeneral( void ); + +/**@}*/ #endif