summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/src/kill_noposix.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/libcsupport/src/kill_noposix.c
parentlibdl/mips: Fix MIPS16hi/lo relocation support. (diff)
downloadrtems-cfe8f7a9b7e23590760874992fc461fe4a74964c.tar.bz2
doxygen: Switch @brief and @ingroup
This order change fixes the Latex documentation build via Doxygen.
Diffstat (limited to 'cpukit/libcsupport/src/kill_noposix.c')
-rw-r--r--cpukit/libcsupport/src/kill_noposix.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpukit/libcsupport/src/kill_noposix.c b/cpukit/libcsupport/src/kill_noposix.c
index a111f071d7..3792a81db8 100644
--- a/cpukit/libcsupport/src/kill_noposix.c
+++ b/cpukit/libcsupport/src/kill_noposix.c
@@ -1,9 +1,10 @@
/**
* @file
*
- * @brief Kill No POSIX
* @ingroup libcsupport
*
+ * @brief Kill No POSIX
+ *
* Marginal implementations of some POSIX API routines
* to be used when POSIX is disabled.
*