From 4027e6332cf6cff450b286905711aa0f25c4a0df Mon Sep 17 00:00:00 2001 From: Alex Ivanov Date: Tue, 8 Jan 2013 06:40:27 -0600 Subject: libcsupport: Doxygen Clean Up Task #1 --- cpukit/libcsupport/include/sys/utsname.h | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'cpukit/libcsupport/include/sys/utsname.h') diff --git a/cpukit/libcsupport/include/sys/utsname.h b/cpukit/libcsupport/include/sys/utsname.h index df3cc675ad..93d331637e 100644 --- a/cpukit/libcsupport/include/sys/utsname.h +++ b/cpukit/libcsupport/include/sys/utsname.h @@ -1,5 +1,5 @@ /** - * @file sys/utsname.h + * @file * * @brief Interface to the POSIX utsname() Service * @@ -19,9 +19,10 @@ #define __POSIX_SYS_UTSNAME_h /** - * @defgroup utsname Service + * @defgroup utsname Service + * + * @{ */ -/**@{*/ #ifdef __cplusplus extern "C" { @@ -55,15 +56,19 @@ struct utsname { }; /** - * @brief 4.4.1 Get System Name, P1003.1b-1993, p. 90 + * @brief Get system name. + * + * 4.4.1 Get System Name, P1003.1b-1993, p. 90 */ int uname( struct utsname *name ); +/** @} */ + #ifdef __cplusplus } #endif -/**@}*/ + #endif /* end of include file */ -- cgit v1.2.3