summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/include/rtems/posix/pthread.h
diff options
context:
space:
mode:
authorMathew Kallada <matkallada@gmail.com>2012-12-15 15:41:05 -0500
committerGedare Bloom <gedare@rtems.org>2012-12-15 15:41:05 -0500
commiteb08acf9031f7ac05745468427d2c8478c542ff2 (patch)
treeb93e5ce233072dd12a53f5a47db80c0bd1680f65 /cpukit/posix/include/rtems/posix/pthread.h
parentposix: Doxygen Enhancement Task #5 (diff)
downloadrtems-eb08acf9031f7ac05745468427d2c8478c542ff2.tar.bz2
posix: Doxygen Enhancement Task #8
http://www.google-melange.com/gci/task/view/google/gci2012/8003213
Diffstat (limited to '')
-rw-r--r--cpukit/posix/include/rtems/posix/pthread.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/cpukit/posix/include/rtems/posix/pthread.h b/cpukit/posix/include/rtems/posix/pthread.h
index 52ad486337..910bdc97ed 100644
--- a/cpukit/posix/include/rtems/posix/pthread.h
+++ b/cpukit/posix/include/rtems/posix/pthread.h
@@ -21,6 +21,12 @@
#include <rtems/posix/config.h>
#include <rtems/posix/threadsup.h>
+/**
+ * @defgroup POSIX_PTHREADS Private Threads
+ *
+ * @ingroup POSIX
+ */
+/**@{*/
#ifdef __cplusplus
extern "C" {
#endif
@@ -176,6 +182,6 @@ extern void _POSIX_Threads_Initialize_user_threads_body(void);
#ifdef __cplusplus
}
#endif
-
+/**@}*/
#endif
/* end of include file */