summaryrefslogtreecommitdiffstats
path: root/cpukit/score/inline/rtems/score/tod.inl
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cpukit/score/inline/rtems/score/tod.inl23
1 files changed, 13 insertions, 10 deletions
diff --git a/cpukit/score/inline/rtems/score/tod.inl b/cpukit/score/inline/rtems/score/tod.inl
index d8a8bb7f20..39849cbb07 100644
--- a/cpukit/score/inline/rtems/score/tod.inl
+++ b/cpukit/score/inline/rtems/score/tod.inl
@@ -1,8 +1,10 @@
-/**
- * @file rtems/score/tod.inl
+/**
+ * @file
+ *
+ * @brief Inlined Routines from the Time of Day Handle
*
- * This file contains the static inline implementation of the inlined routines
- * from the Time of Day Handler.
+ * This file contains the static inline implementation of the inlined routines
+ * from the Time of Day Handler.
*/
/*
@@ -26,12 +28,13 @@
#include <rtems/score/isr.h>
/**
- * @addtogroup ScoreTOD
- * @{
+ * @addtogroup ScoreTOD
+ *
+ * @{
*/
/**
- * This routine deactivates updating of the current time of day.
+ * This routine deactivates updating of the current time of day.
*/
RTEMS_INLINE_ROUTINE void _TOD_Deactivate( void )
@@ -40,7 +43,7 @@ RTEMS_INLINE_ROUTINE void _TOD_Deactivate( void )
}
/**
- * This routine activates updating of the current time of day.
+ * This routine activates updating of the current time of day.
*/
RTEMS_INLINE_ROUTINE void _TOD_Activate( void )
@@ -49,7 +52,7 @@ RTEMS_INLINE_ROUTINE void _TOD_Activate( void )
}
/**
- * This routine returns a timeval based upon the internal timespec format TOD.
+ * This routine returns a timeval based upon the internal timespec format TOD.
*/
RTEMS_INLINE_ROUTINE void _TOD_Get_timeval(
@@ -64,7 +67,7 @@ RTEMS_INLINE_ROUTINE void _TOD_Get_timeval(
_Timestamp_To_timeval( snapshot_as_timestamp_ptr, time );
}
-/**@}*/
+/** @} */
#endif
/* end of include file */