Index: firmware/App/Modes/ModeChemicalDisinfect.c =================================================================== diff -u -rc1ef106ed0f97dc998230c6e154aa2362aa476d8 -r4d7d40a27130dc813d653f044cbb856b1b7d8481 --- firmware/App/Modes/ModeChemicalDisinfect.c (.../ModeChemicalDisinfect.c) (revision c1ef106ed0f97dc998230c6e154aa2362aa476d8) +++ firmware/App/Modes/ModeChemicalDisinfect.c (.../ModeChemicalDisinfect.c) (revision 4d7d40a27130dc813d653f044cbb856b1b7d8481) @@ -35,9 +35,8 @@ /*********************************************************************//** * @brief * The initChemicalDisinfectMode function initializes the chemical disinfect mode module. - * @details - * Inputs : none - * Outputs : Module initialized. + * @details Inputs: none + * @details Outputs: Module initialized. * @return none *************************************************************************/ void initChemicalDisinfectMode( void ) @@ -49,9 +48,8 @@ * @brief * The transitionToChemicalDisinfectMode function prepares for transition to * chemical disinfect mode. - * @details - * Inputs : none - * Outputs : none + * @details Inputs: none + * @details Outputs: none * @return none *************************************************************************/ void transitionToChemicalDisinfectMode( void ) @@ -62,9 +60,8 @@ /*********************************************************************//** * @brief * The execChemicalDisinfectMode function executes the chemical disinfect mode state machine. - * @details - * Inputs : none - * Outputs : Chemical disinfect mode state machine executed + * @details Inputs: none + * @details Outputs: Chemical disinfect mode state machine executed * @return current state of chemical disinfect mode *************************************************************************/ U32 execChemicalDisinfectMode( void ) @@ -90,9 +87,8 @@ * @brief * The getCurrentChemicalDisinfectState function returns the current state of the * chemical disinfect mode. - * @details - * Inputs : chemState - * Outputs : none + * @details Inputs: chemState + * @details Outputs: none * @return current state of chemical disinfect mode *************************************************************************/ DG_CHEM_DISINFECT_STATE_T getCurrentChemicalDisinfectState( void )