From cc390b62c4517e32447e2b2276ba77b0420c8e50 Mon Sep 17 00:00:00 2001 From: Alex Ivanov Date: Tue, 11 Dec 2012 17:35:30 -0500 Subject: libcsupport: Doxygen enhancement GCI task #6 http://www.google-melange.com/gci/task/view/google/gci2012/7992212 --- cpukit/libcsupport/src/tcsetpgrp.c | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'cpukit/libcsupport/src/tcsetpgrp.c') diff --git a/cpukit/libcsupport/src/tcsetpgrp.c b/cpukit/libcsupport/src/tcsetpgrp.c index 1f547c5229..5b0d1f989e 100644 --- a/cpukit/libcsupport/src/tcsetpgrp.c +++ b/cpukit/libcsupport/src/tcsetpgrp.c @@ -1,6 +1,11 @@ -/* - * tcsetprgrp() - POSIX 1003.1b 7.2.4 - Set Foreground Process Group ID +/** + * @file * + * @brief Set Foreground Process Group ID + * @ingroup libcsupport + */ + +/* * COPYRIGHT (c) 1989-2010. * On-Line Applications Research Corporation (OAR). * @@ -24,6 +29,9 @@ #include +/** + * POSIX 1003.1b 7.2.4 - Set Foreground Process Group ID + */ int tcsetpgrp( int fd __attribute__((unused)), pid_t pid __attribute__((unused)) ) -- cgit v1.2.3