summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/score/watchdog.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/include/rtems/score/watchdog.h')
-rw-r--r--cpukit/include/rtems/score/watchdog.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpukit/include/rtems/score/watchdog.h b/cpukit/include/rtems/score/watchdog.h
index 9db87adae8..5f7d6fa3f3 100644
--- a/cpukit/include/rtems/score/watchdog.h
+++ b/cpukit/include/rtems/score/watchdog.h
@@ -1,7 +1,7 @@
/**
* @file
*
- * @ingroup ScoreWatchdog
+ * @ingroup RTEMSScoreWatchdog
*
* @brief Constants and Structures Associated with Watchdog Timers
*
@@ -33,9 +33,9 @@ extern "C" {
#endif
/**
- * @defgroup ScoreWatchdog Watchdog Handler
+ * @defgroup RTEMSScoreWatchdog Watchdog Handler
*
- * @ingroup Score
+ * @ingroup RTEMSScore
*
* This handler encapsulates functionality related to the scheduling of
* watchdog functions to be called at specific times in the future.