From bf54252a053b6bdedb01ca71bacba5a661ea6215 Mon Sep 17 00:00:00 2001 From: Alexandre Devienne Date: Wed, 28 Nov 2012 14:14:50 -0600 Subject: Score misc: Clean up Doxygen #4 (GCI 2012) This patch is a task from GCI 2012 which improves the Doxygen comments in the RTEMS source. http://www.google-melange.com/gci/task/view/google/gci2012/7985215 --- cpukit/score/include/rtems/score/watchdog.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cpukit/score/include/rtems/score/watchdog.h') diff --git a/cpukit/score/include/rtems/score/watchdog.h b/cpukit/score/include/rtems/score/watchdog.h index 01b36b3be7..a3b033666e 100644 --- a/cpukit/score/include/rtems/score/watchdog.h +++ b/cpukit/score/include/rtems/score/watchdog.h @@ -263,6 +263,7 @@ void _Watchdog_Adjust_to_chain( * * This routine inserts @a the_watchdog into the @a header watchdog chain * for a time of @a units. + * Update the delta interval counters. * * @param[in] header is @a the_watchdog list to insert @a the_watchdog on * @param[in] the_watchdog is the watchdog to insert @@ -277,6 +278,7 @@ void _Watchdog_Insert ( * * This routine is invoked at appropriate intervals to update * the @a header watchdog chain. + * This routine decrements the delta counter in response to a tick. * * @param[in] header is the watchdog chain to tickle */ -- cgit v1.2.3