summaryrefslogtreecommitdiffstats
path: root/cpukit/score/inline/rtems/score/tod.inl
diff options
context:
space:
mode:
authorAlex Ivanov <alexivanov97@gmail.com>2013-01-09 07:56:28 -0600
committerJennifer Averett <jennifer.averett@oarcorp.com>2013-01-09 07:56:28 -0600
commit1f0d013dd21d8b65584affaa6e9992fe637b676e (patch)
tree89b770604489f59746b692ff693289f0a8759ce0 /cpukit/score/inline/rtems/score/tod.inl
parentscore: Doxygen Clean Up Task #16 (diff)
downloadrtems-1f0d013dd21d8b65584affaa6e9992fe637b676e.tar.bz2
score: Doxygen Clean Up Task #17
Diffstat (limited to 'cpukit/score/inline/rtems/score/tod.inl')
-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 */