summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/watchdogadjust.c
diff options
context:
space:
mode:
authorAlex Ivanov <alexivanov97@gmail.com>2012-11-28 13:57:31 -0600
committerJoel Sherrill <joel.sherrill@oarcorp.com>2012-11-28 13:57:31 -0600
commit355ee7dbd52a1ea5fd7d8b32d31aeccd58ccb8c4 (patch)
tree9a21764eba2821fee88b7c064c2ad44477ff1cc3 /cpukit/score/src/watchdogadjust.c
parentscore misc: Clean up Doxygen #2 (GCI 2012) (diff)
downloadrtems-355ee7dbd52a1ea5fd7d8b32d31aeccd58ccb8c4.tar.bz2
score misc: Clean up Doxygen #3 (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/7982215
Diffstat (limited to 'cpukit/score/src/watchdogadjust.c')
-rw-r--r--cpukit/score/src/watchdogadjust.c24
1 files changed, 7 insertions, 17 deletions
diff --git a/cpukit/score/src/watchdogadjust.c b/cpukit/score/src/watchdogadjust.c
index 5dc4b31895..b0723d0f0f 100644
--- a/cpukit/score/src/watchdogadjust.c
+++ b/cpukit/score/src/watchdogadjust.c
@@ -1,7 +1,11 @@
-/*
- * Watchdog Handler
- *
+/**
+ * @file
*
+ * @brief Watchdog Adjust
+ * @ingroup ScoreWatchdog
+ */
+
+/*
* COPYRIGHT (c) 1989-1999.
* On-Line Applications Research Corporation (OAR).
*
@@ -18,20 +22,6 @@
#include <rtems/score/isr.h>
#include <rtems/score/watchdog.h>
-/*
- * _Watchdog_Adjust
- *
- * This routine adjusts the delta chain backward or forward in response
- * to a time change.
- *
- * Input parameters:
- * header - pointer to the delta chain to be adjusted
- * direction - forward or backward adjustment to delta chain
- * units - units to adjust
- *
- * Output parameters:
- */
-
void _Watchdog_Adjust(
Chain_Control *header,
Watchdog_Adjust_directions direction,