summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/score/todimpl.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cpukit/include/rtems/score/todimpl.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/cpukit/include/rtems/score/todimpl.h b/cpukit/include/rtems/score/todimpl.h
index b54d9a950c..6d3a97ccf9 100644
--- a/cpukit/include/rtems/score/todimpl.h
+++ b/cpukit/include/rtems/score/todimpl.h
@@ -35,7 +35,7 @@ extern "C" {
*
* @ingroup RTEMSScore
*
- * @brief Time of Day Handler
+ * @brief This group contains the Time of Day Handler implementation.
*
* The following constants are related to the time of day and are
* independent of RTEMS.
@@ -342,7 +342,8 @@ RTEMS_INLINE_ROUTINE bool _TOD_Is_set( void )
*
* @ingroup RTEMSScoreTOD
*
- * @brief Time of Day Handler Action Hooks
+ * @brief This group contains the implementation to support Time of Day Handler
+ * action hooks.
*
* The following support registering a hook which is invoked
* when the TOD is set. These can be used by a paravirtualized