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/utime.c | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'cpukit/libcsupport/src/utime.c') diff --git a/cpukit/libcsupport/src/utime.c b/cpukit/libcsupport/src/utime.c index 0f65397166..0b60de6013 100644 --- a/cpukit/libcsupport/src/utime.c +++ b/cpukit/libcsupport/src/utime.c @@ -1,6 +1,11 @@ -/* - * utime() - POSIX 1003.1b 5.5.6 - Set File Access and Modification Times +/** + * @file * + * @brief Set File Access and Modification Times + * @ingroup libcsupport + */ + +/* * COPYRIGHT (c) 1989-1999. * On-Line Applications Research Corporation (OAR). * @@ -20,6 +25,9 @@ #include +/** + * POSIX 1003.1b 5.5.6 - Set File Access and Modification Times + */ int utime( const char *path, const struct utimbuf *times ) { int rv = 0; -- cgit v1.2.3