From e43f4758af5414a28f82c8178f2b53d23031376a Mon Sep 17 00:00:00 2001 From: Alex Ivanov Date: Sat, 15 Dec 2012 07:25:05 -0500 Subject: posix: Doxygen Enhancement Task #1 http://www.google-melange.com/gci/task/view/google/gci2012/7987220 --- cpukit/posix/src/adjtime.c | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) (limited to 'cpukit/posix/src/adjtime.c') diff --git a/cpukit/posix/src/adjtime.c b/cpukit/posix/src/adjtime.c index db88c923e1..23f7d3a9ed 100644 --- a/cpukit/posix/src/adjtime.c +++ b/cpukit/posix/src/adjtime.c @@ -1,9 +1,8 @@ -/* - * adjime() function +/** + * @file * - * This method was initially added as part of porting NTP to RTEMS. - * It is a BSD compatability function and now is available on - * GNU/Linux. + * @brief Correct the Time to Synchronize the System Clock + * @ingroup POSIX */ /* @@ -31,12 +30,15 @@ #include #include -/* +/** + * This method was initially added as part of porting NTP to RTEMS. + * It is a BSD compatability function and now is available on + * GNU/Linux. + * * At one point there was a static variable named adjustment * used by this implementation. I don't see any reason for it * to be here based upon the GNU/Linux documentation. */ - int adjtime( const struct timeval *delta, struct timeval *olddelta -- cgit v1.2.3