From f1eb368d1a29257d8a69cd060d97ecac16fa4f86 Mon Sep 17 00:00:00 2001 From: Mathew Kallada Date: Wed, 12 Dec 2012 06:25:40 -0500 Subject: cpukit/rtems: Header File Doxygen Enhancement GCI Task #8 http://www.google-melange.com/gci/task/view/google/gci2012/7948217 --- cpukit/rtems/include/rtems/rtems/clock.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'cpukit/rtems/include/rtems/rtems/clock.h') diff --git a/cpukit/rtems/include/rtems/rtems/clock.h b/cpukit/rtems/include/rtems/rtems/clock.h index 7eaa2cbf3e..549dc798c9 100644 --- a/cpukit/rtems/include/rtems/rtems/clock.h +++ b/cpukit/rtems/include/rtems/rtems/clock.h @@ -1,6 +1,8 @@ /** * @file rtems/rtems/clock.h * + * @brief Constants and Structures Associated with the Clock Manager + * * This include file contains all the constants and structures associated * with the Clock Manager. This manager provides facilities to set, obtain, * and continually update the current date and time. @@ -257,7 +259,7 @@ time_t rtems_clock_get_uptime_seconds( void ); * @param[in] the_tod is the TOD structure to validate * * @return This method returns true if the TOD is valid and false otherwise. - * + * * @note This routine only works for leap-years through 2099. */ bool _TOD_Validate( -- cgit v1.2.3