Index: firmware/App/Modes/ModeChemicalDisinfect.c =================================================================== diff -u -ra7bf3ca23ea37a61000379facae628a31b3ecc59 -rcc398b14ccf518f350b57fb5cb8728e5c908bd1e --- firmware/App/Modes/ModeChemicalDisinfect.c (.../ModeChemicalDisinfect.c) (revision a7bf3ca23ea37a61000379facae628a31b3ecc59) +++ firmware/App/Modes/ModeChemicalDisinfect.c (.../ModeChemicalDisinfect.c) (revision cc398b14ccf518f350b57fb5cb8728e5c908bd1e) @@ -33,7 +33,7 @@ /*********************************************************************//** * @brief - * The initChemicalDisinfectMode function initializes the chemical disinfect Mode module. + * The initChemicalDisinfectMode function initializes the chemical disinfect mode module. * @details * Inputs : none * Outputs : Module initialized. @@ -46,7 +46,7 @@ /*********************************************************************//** * @brief - * The transitionToChemicalDisinfectMode function prepares for transition to \n + * The transitionToChemicalDisinfectMode function prepares for transition to * chemical disinfect mode. * @details * Inputs : none @@ -60,11 +60,11 @@ /*********************************************************************//** * @brief - * The execChemicalDisinfectMode function executes the chemical disinfect Mode state machine. + * The execChemicalDisinfectMode function executes the chemical disinfect mode state machine. * @details * Inputs : none - * Outputs : none - * @return current state. + * Outputs : Chemical disinfect mode state machine executed + * @return current state of chemical disinfect mode *************************************************************************/ U32 execChemicalDisinfectMode( void ) { @@ -85,12 +85,12 @@ /*********************************************************************//** * @brief - * The getCurrentChemicalDisinfectState function returns the current state of the \n + * The getCurrentChemicalDisinfectState function returns the current state of the * chemical disinfect mode. * @details * Inputs : chemState * Outputs : none - * @return the current state of chemical disinfect mode. + * @return current state of chemical disinfect mode *************************************************************************/ DG_CHEM_DISINFECT_STATE_T getCurrentChemicalDisinfectState( void ) {