From ceaa99964fee5138ebec4b09b80fdf13c3407cfa Mon Sep 17 00:00:00 2001 From: Mathew Kallada Date: Sat, 8 Dec 2012 15:43:29 -0500 Subject: libcsupport: Doxygen Enhancement Task #3 http://www.google-melange.com/gci/task/view/google/gci2012/7992210 --- cpukit/libcsupport/include/sys/utsname.h | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 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 ca9e18e799..a56d74abfd 100644 --- a/cpukit/libcsupport/include/sys/utsname.h +++ b/cpukit/libcsupport/include/sys/utsname.h @@ -16,6 +16,11 @@ #ifndef __POSIX_SYS_UTSNAME_h #define __POSIX_SYS_UTSNAME_h +/** + * @defgroup utsname Service + */ +/**@{*/ + #ifdef __cplusplus extern "C" { #endif @@ -47,10 +52,9 @@ struct utsname { /* is running */ }; -/* - * 4.4.1 Get System Name, P1003.1b-1993, p. 90 +/** + * @brief 4.4.1 Get System Name, P1003.1b-1993, p. 90 */ - int uname( struct utsname *name ); @@ -58,5 +62,6 @@ int uname( #ifdef __cplusplus } #endif +/**@}*/ #endif /* end of include file */ -- cgit v1.2.3