Index: firmware/App/Modes/ModePostTreat.c =================================================================== diff -u -r4459be59bdc2896b44bcf6cd42d2762190e23c16 -ra1daba982e3117ce45437384e770b50cfda7b7a7 --- firmware/App/Modes/ModePostTreat.c (.../ModePostTreat.c) (revision 4459be59bdc2896b44bcf6cd42d2762190e23c16) +++ firmware/App/Modes/ModePostTreat.c (.../ModePostTreat.c) (revision a1daba982e3117ce45437384e770b50cfda7b7a7) @@ -27,17 +27,17 @@ static U32 start; #endif - /** - * @addtogroup HDPostTreatmentMode - * @{ - */ +/** + * @addtogroup HDPostTreatmentMode + * @{ + */ // ********** private data ********** // ********** private function prototypes ********** -/************************************************************************* - * @brief initPostTreatmentMode +/*********************************************************************//** + * @brief * The initPostTreatmentMode function initializes the Post-Treatment Mode module. * @details * Inputs : none @@ -48,13 +48,13 @@ { } -/************************************************************************* - * @brief transitionToPostTreatmentMode +/*********************************************************************//** + * @brief * The transitionToPostTreatmentMode function prepares for transition to * post-treatment mode. * @details * Inputs : none - * Outputs : + * Outputs : none * @return none *************************************************************************/ void transitionToPostTreatmentMode( void ) @@ -71,12 +71,12 @@ #endif } -/************************************************************************* - * @brief execPostTreatmentMode +/*********************************************************************//** + * @brief * The execFaultMode function executes the Post-Treatment Mode state machine. * @details * Inputs : none - * Outputs : + * Outputs : none * @return current state (sub-mode) *************************************************************************/ U32 execPostTreatmentMode( void )