summaryrefslogtreecommitdiff
path: root/cpukit/posix/src/_execve.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/_execve.c
parent0b41675971c9952d44f8272cd38e830f25c1af41 (diff)
doxygen: Switch @brief and @ingroup
This order change fixes the Latex documentation build via Doxygen.
Diffstat (limited to 'cpukit/posix/src/_execve.c')
-rw-r--r--cpukit/posix/src/_execve.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpukit/posix/src/_execve.c b/cpukit/posix/src/_execve.c
index f719566dfa..2c8b436889 100644
--- a/cpukit/posix/src/_execve.c
+++ b/cpukit/posix/src/_execve.c
@@ -1,9 +1,10 @@
/**
* @file
*
- * @brief _execve()
* @ingroup POSIXAPI
*
+ * @brief _execve()
+ *
* The Newlib C Library contains all of the exec*() variants and assumes
* the underlying OS support provides _execve(). This single method
* ensures that all exec*() variants return ENOSYS.