summaryrefslogtreecommitdiff
path: root/cpukit/posix/src/pthreadexit.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/posix/src/pthreadexit.c')
-rw-r--r--cpukit/posix/src/pthreadexit.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpukit/posix/src/pthreadexit.c b/cpukit/posix/src/pthreadexit.c
index 92a853e802..502476d141 100644
--- a/cpukit/posix/src/pthreadexit.c
+++ b/cpukit/posix/src/pthreadexit.c
@@ -1,8 +1,9 @@
/**
* @file
*
- * @brief POSIX Thread Exit Shared Helper
* @ingroup POSIX_THREAD Thread API Extension
+ *
+ * @brief POSIX Thread Exit Shared Helper
*/
/*