summaryrefslogtreecommitdiff
path: root/cpukit/score/src/mpci.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/score/src/mpci.c
parent0b41675971c9952d44f8272cd38e830f25c1af41 (diff)
doxygen: Switch @brief and @ingroup
This order change fixes the Latex documentation build via Doxygen.
Diffstat (limited to 'cpukit/score/src/mpci.c')
-rw-r--r--cpukit/score/src/mpci.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpukit/score/src/mpci.c b/cpukit/score/src/mpci.c
index 8f1b218aca..dff2338ed6 100644
--- a/cpukit/score/src/mpci.c
+++ b/cpukit/score/src/mpci.c
@@ -1,8 +1,9 @@
/**
* @file
*
- * @brief Multiprocessing Communications Interface (MPCI) Handler
* @ingroup RTEMSScoreMPCI
+ *
+ * @brief Multiprocessing Communications Interface (MPCI) Handler
*/
/*