From 1b4758602f55e215f02e384d459c3319c6e1abab Mon Sep 17 00:00:00 2001 From: Christopher Kerl Date: Thu, 29 Nov 2012 13:39:17 -0600 Subject: score misc: Score misc: Clean up Doxygen #6 (GCI 2012) This patch is a task from GCI 2012 which improves the Doxygen comments in the RTEMS source. http://www.google-melange.com/gci/task/view/google/gci2012/7976215 --- cpukit/score/src/coretodtickle.c | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) (limited to 'cpukit/score/src/coretodtickle.c') diff --git a/cpukit/score/src/coretodtickle.c b/cpukit/score/src/coretodtickle.c index d0412f85d4..e464db3b52 100644 --- a/cpukit/score/src/coretodtickle.c +++ b/cpukit/score/src/coretodtickle.c @@ -1,5 +1,9 @@ -/* - * Time of Day (TOD) Handler -- Tickle Ticks +/** + * @file + * + * @brief Increments time of day at each clock tick + * + * @ingroup ScoreTODConstants */ /* COPYRIGHT (c) 1989-2007. @@ -22,16 +26,6 @@ #include #include -/* - * _TOD_Tickle_ticks - * - * This routine processes a clock tick. - * - * Input parameters: NONE - * - * Output parameters: NONE - */ - void _TOD_Tickle_ticks( void ) { Timestamp_Control tick; -- cgit v1.2.3