summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/score/todimpl.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/include/rtems/score/todimpl.h')
-rw-r--r--cpukit/include/rtems/score/todimpl.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/cpukit/include/rtems/score/todimpl.h b/cpukit/include/rtems/score/todimpl.h
index edc12e1fda..4173b91d89 100644
--- a/cpukit/include/rtems/score/todimpl.h
+++ b/cpukit/include/rtems/score/todimpl.h
@@ -1,7 +1,7 @@
/**
* @file
*
- * @ingroup ScoreTOD
+ * @ingroup RTEMSScoreTOD
*
* @brief Time of Day Handler API
*/
@@ -30,9 +30,9 @@ extern "C" {
#endif
/**
- * @defgroup ScoreTOD Time of Day Handler
+ * @defgroup RTEMSScoreTOD Time of Day Handler
*
- * @ingroup Score
+ * @ingroup RTEMSScore
*
* The following constants are related to the time of day and are
* independent of RTEMS.
@@ -118,7 +118,7 @@ extern "C" {
#define TOD_BASE_YEAR 1988
/**
- * @addtogroup ScoreTOD
+ * @addtogroup RTEMSScoreTOD
*
* This handler encapsulates functionality used to manage time of day.
*/