summaryrefslogtreecommitdiff
path: root/cpukit/posix/src/pthreadconcurrency.c
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-04-27 16:14:06 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-04-28 09:04:00 +0200
commitcfe8f7a9b7e23590760874992fc461fe4a74964c (patch)
treeafa921338735c3ff03a14bdf5382b1e93d73d4da /cpukit/posix/src/pthreadconcurrency.c
parent0b41675971c9952d44f8272cd38e830f25c1af41 (diff)
doxygen: Switch @brief and @ingroup
This order change fixes the Latex documentation build via Doxygen.
Diffstat (limited to 'cpukit/posix/src/pthreadconcurrency.c')
-rw-r--r--cpukit/posix/src/pthreadconcurrency.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpukit/posix/src/pthreadconcurrency.c b/cpukit/posix/src/pthreadconcurrency.c
index be5d754a9e..b55ce10a65 100644
--- a/cpukit/posix/src/pthreadconcurrency.c
+++ b/cpukit/posix/src/pthreadconcurrency.c
@@ -5,9 +5,10 @@
/**
* @file
*
- * @brief Pthread Get/Set Concurrency
* @ingroup POSIXAPI
*
+ * @brief Pthread Get/Set Concurrency
+ *
* Per the Open Group specification, when user pthreads are mapped 1:1
* onto kernel threads, the implementation simply tracks an internal
* variable whose initial value is 0. If it is set, subsequent calls to