Index: WatchdogMgmt.c =================================================================== diff -u -rb774463a156374a2dc3185d2c12a41f809ac0b6f -r33599956a0e88279e5e0ac6afceaf864d595f99b --- WatchdogMgmt.c (.../WatchdogMgmt.c) (revision b774463a156374a2dc3185d2c12a41f809ac0b6f) +++ WatchdogMgmt.c (.../WatchdogMgmt.c) (revision 33599956a0e88279e5e0ac6afceaf864d595f99b) @@ -190,7 +190,8 @@ * The execWatchdogTest function executes the watchdog self-test. * @warning This function should be called periodically until a pass or fail * result is returned. - * @details \b Inputs: watchdogSelfTestState, watchdogSelfTestTimerCount + * @details \b Inputs: watchdogSelfTestState, watchdogSelfTestTimerCount, + * ALARM_ID_TD_WATCHDOG_POST_TEST_FAILED, ALARM_ID_TD_SOFTWARE_FAULT * @details \b Outputs: watchdogSelfTestState, watchdogSelfTestTimerCount, * watchdogSelfTestStatus * @details \b Alarm: ALARM_ID_XX_WATCHDOG_POST_TEST_FAILED if self-test fails.