summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/score/todimpl.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-11-26 10:42:03 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-12-02 07:45:53 +0100
commitc81ac0e750776294fce56f6744671e3090b0579a (patch)
tree5debbfe44cd0b4b117b5848b5c04cfe2fe8cd51b /cpukit/include/rtems/score/todimpl.h
parentrtems: Canonicalize implementation Doxygen groups (diff)
downloadrtems-c81ac0e750776294fce56f6744671e3090b0579a.tar.bz2
score: Canonicalize Doxygen groups
Adjust group identifier and names to be in line with a common pattern. Use common phrases for the group brief descriptions. Update #3706.
Diffstat (limited to 'cpukit/include/rtems/score/todimpl.h')
-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