Index: firmware/App/Tasks/TaskGeneral.c =================================================================== diff -u -r62db7c6218b47db4ef80e1b528228a8887545aad -ra35d5e68aad457339f625848809207a9650ad019 --- firmware/App/Tasks/TaskGeneral.c (.../TaskGeneral.c) (revision 62db7c6218b47db4ef80e1b528228a8887545aad) +++ firmware/App/Tasks/TaskGeneral.c (.../TaskGeneral.c) (revision a35d5e68aad457339f625848809207a9650ad019) @@ -7,8 +7,8 @@ * * @file TaskGeneral.c * -* @author (last) Sean -* @date (last) 11-May-2020 +* @author (last) Sean Nash +* @date (last) 24-Aug-2020 * * @author (original) Dara Navaei * @date (original) 05-Nov-2019 @@ -34,17 +34,21 @@ 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. - * @param none * @return none *************************************************************************/ void taskGeneral( void ) @@ -114,4 +118,5 @@ setCPLDLampGreen( PIN_SIGNAL_LOW ); #endif } - + +/**@}*/