Index: firmware/App/Tasks/TaskGeneral.c =================================================================== diff -u -r9302e1bd2413cbf99e80ac51aac38502d94801d9 -r4459be59bdc2896b44bcf6cd42d2762190e23c16 --- firmware/App/Tasks/TaskGeneral.c (.../TaskGeneral.c) (revision 9302e1bd2413cbf99e80ac51aac38502d94801d9) +++ firmware/App/Tasks/TaskGeneral.c (.../TaskGeneral.c) (revision 4459be59bdc2896b44bcf6cd42d2762190e23c16) @@ -34,13 +34,18 @@ static BOOL lastUserPress = FALSE; #endif +/** + * @addtogroup TaskGeneral + * @{ + */ + // ********** private data ********** -/************************************************************************* - * @brief taskGeneral - * The taskGeneral function handles the scheduled General Task interrupt.\n - * Calls the executive functions for most monitors and controllers, the\n - * operation modes, the system communications, and alarms.\n +/*********************************************************************//** + * @brief + * The taskGeneral function handles the scheduled General Task interrupt. + * Calls the executive functions for most monitors and controllers, the + * operation modes, the system communications, and alarms. * @details * Inputs : none * Outputs : Executive for the TBD called. @@ -113,4 +118,5 @@ setCPLDLampGreen( PIN_SIGNAL_LOW ); #endif } - + +/**@}*/