From 37509959b261e28607ca9ae1ce247c0463b39f42 Mon Sep 17 00:00:00 2001 From: Alex Ivanov Date: Mon, 10 Dec 2012 14:51:23 -0500 Subject: libcsupport: Doxygen enhancement task #5 http://www.google-melange.com/gci/task/view/google/gci2012/7992211 --- cpukit/libcsupport/src/getgid.c | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'cpukit/libcsupport/src/getgid.c') diff --git a/cpukit/libcsupport/src/getgid.c b/cpukit/libcsupport/src/getgid.c index 3e38dde0ef..cb8e7e97fc 100644 --- a/cpukit/libcsupport/src/getgid.c +++ b/cpukit/libcsupport/src/getgid.c @@ -1,3 +1,10 @@ +/** + * @file + * + * @brief Get Real User, Effective User, Ral Group, and Effective Group IDs + * @ingroup libcsupport + */ + #if HAVE_CONFIG_H #include "config.h" #endif @@ -5,7 +12,7 @@ #include #include -/* +/** * 4.2.1 Get Real User, Effective User, Ral Group, and Effective Group IDs, * P1003.1b-1993, p. 84 */ -- cgit v1.2.3