From cefc9aea6b8ccb5f634ba5d0389a44bbe180f0ca Mon Sep 17 00:00:00 2001 From: Alex Ivanov Date: Sat, 15 Dec 2012 07:23:36 -0500 Subject: libcsupport: Doxygen Enhancement Task #8 http://www.google-melange.com/gci/task/view/google/gci2012/7996208 --- cpukit/libcsupport/src/__gettod.c | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) (limited to 'cpukit/libcsupport/src/__gettod.c') diff --git a/cpukit/libcsupport/src/__gettod.c b/cpukit/libcsupport/src/__gettod.c index a2f9d1052d..73cd04f821 100644 --- a/cpukit/libcsupport/src/__gettod.c +++ b/cpukit/libcsupport/src/__gettod.c @@ -1,6 +1,11 @@ -/* - * gettimeofday() - SVR4 and BSD4.3 extension required by Newlib +/** + * @file * + * @brief Get the Date and Time + * @ingroup libcsupport + */ + +/* * COPYRIGHT (c) 1989-2007. * On-Line Applications Research Corporation (OAR). * @@ -22,8 +27,11 @@ #include #if defined(RTEMS_NEWLIB) && !defined(HAVE_GETTIMEOFDAY) -/* - * NOTE: The solaris gettimeofday does not have a second parameter. + +/** + * SVR4 and BSD4.3 extension required by Newlib + * + * @note The solaris gettimeofday does not have a second parameter. */ int gettimeofday( struct timeval *tp, @@ -54,7 +62,7 @@ int gettimeofday( #include -/* +/** * "Reentrant" version */ int _gettimeofday_r( @@ -68,10 +76,10 @@ int _gettimeofday_r( #endif #if defined(RTEMS_NEWLIB) && !defined(HAVE__GETTIMEOFDAY) -/* + +/** * "System call" version */ - int _gettimeofday( struct timeval *tp, struct timezone *tzp -- cgit v1.2.3