From d86308bdf8d231cd02bb72e4669f12c2689f4dac Mon Sep 17 00:00:00 2001 From: Alex Ivanov Date: Sat, 15 Dec 2012 16:03:12 -0500 Subject: posix: Doxygen Enhancement Task #2 http://www.google-melange.com/gci/task/view/google/gci2012/7988213 --- cpukit/posix/src/pthreadattrinit.c | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'cpukit/posix/src/pthreadattrinit.c') diff --git a/cpukit/posix/src/pthreadattrinit.c b/cpukit/posix/src/pthreadattrinit.c index 67942c8ac4..1e5211bfd6 100644 --- a/cpukit/posix/src/pthreadattrinit.c +++ b/cpukit/posix/src/pthreadattrinit.c @@ -1,6 +1,11 @@ -/* - * 16.1.1 Thread Creation Attributes, P1003.1c/Draft 10, p, 140 +/** + * @file * + * @brief Thread Attributes Creation + * @ingroup POSIX + */ + +/* * COPYRIGHT (c) 1989-1999. * On-Line Applications Research Corporation (OAR). * @@ -19,6 +24,9 @@ #include #include +/** + * 16.1.1 Thread Creation Attributes, P1003.1c/Draft 10, p, 140 + */ int pthread_attr_init( pthread_attr_t *attr ) -- cgit v1.2.3