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/pthreaddetach.c | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'cpukit/posix/src/pthreaddetach.c') diff --git a/cpukit/posix/src/pthreaddetach.c b/cpukit/posix/src/pthreaddetach.c index a50aa86a4e..682bac8b42 100644 --- a/cpukit/posix/src/pthreaddetach.c +++ b/cpukit/posix/src/pthreaddetach.c @@ -1,6 +1,11 @@ -/* - * 16.1.4 Detaching a Thread, P1003.1c/Draft 10, p. 149 +/** + * @file * + * @brief Detaching a Thread + * @ingroup POSIX + */ + +/* * COPYRIGHT (c) 1989-2007. * On-Line Applications Research Corporation (OAR). * @@ -20,6 +25,9 @@ #include #include +/** + * 16.1.4 Detaching a Thread, P1003.1c/Draft 10, p. 149 + */ int pthread_detach( pthread_t thread ) -- cgit v1.2.3