Index: firmware/App/Modes/ModeStandby.c =================================================================== diff -u -rf688e0f8bded1f0a687437e3136cfba8b14f87b6 -r3518e8a088c32e75c0c8960d5e629a7401095feb --- firmware/App/Modes/ModeStandby.c (.../ModeStandby.c) (revision f688e0f8bded1f0a687437e3136cfba8b14f87b6) +++ firmware/App/Modes/ModeStandby.c (.../ModeStandby.c) (revision 3518e8a088c32e75c0c8960d5e629a7401095feb) @@ -40,9 +40,9 @@ /*********************************************************************//** * @brief - * The initStandbyMode function initializes the Standby Mode module. - * @details Inputs: none - * @details Outputs: currentStandbyState, treatStartReqReceived, + * The initStandbyMode function initializes the Standby Mode Unit. + * @details \b Inputs: none + * @details \b Outputs: currentStandbyState, treatStartReqReceived, * disinfectCancelReqID, homingInitiated * @return none *************************************************************************/ @@ -55,8 +55,8 @@ /*********************************************************************//** * @brief * The transitionToStandbyMode function prepares for transition to standby mode. - * @details Inputs: none - * @details Outputs: Standby Mode module re-initialized, DG interface initialized, + * @details \b Inputs: none + * @details \b Outputs: Standby Mode unit re-initialized, DG interface initialized, * blood & dialysate pumps shut off. * @return initial state *************************************************************************/ @@ -96,8 +96,8 @@ /*********************************************************************//** * @brief * The execStandbyMode function executes the Standby Mode state machine. - * @details Inputs: currentStandbyState - * @details Outputs: currentStandbyState + * @details \b Inputs: currentStandbyState + * @details \b Outputs: currentStandbyState * @return current state (sub-mode) *************************************************************************/ U32 execStandbyMode( void ) @@ -129,8 +129,8 @@ * The handleStandbyModeStartState function handles the standby start state. * This state waits for the door to be closed and then initiates homing of * pumps and valves and transitions to the wait for treatment state. - * @details Inputs: - * @details Outputs: + * @details \b Inputs: + * @details \b Outputs: * @return next state of the standby mode state machine *************************************************************************/ static HD_STANDBY_STATE_T handleStandbyModeStartState( void ) @@ -186,8 +186,8 @@ * @brief * The handleStandbyModeWaitForTreatmentState function handles wait for * treatment state. - * @details Inputs: treatStartReqReceived - * @details Outputs: treatStartReqReceived + * @details \b Inputs: treatStartReqReceived + * @details \b Outputs: treatStartReqReceived * @return next state of the standby mode state machine *************************************************************************/ static HD_STANDBY_STATE_T handleStandbyModeWaitForTreatmentState( void ) @@ -256,8 +256,8 @@ * @brief * The signalAlarmActionToStandbyMode function executes the given alarm action * as appropriate while in Standby Mode. - * @details Inputs: none - * @details Outputs: given alarm action executed + * @details \b Inputs: none + * @details \b Outputs: given alarm action executed * @param action ID of alarm action to execute * @return none *************************************************************************/