summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-09-30 08:51:30 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-10-06 08:37:50 +0200
commite9063644ae44da36839ea181b5448abd543cf336 (patch)
tree4a93930c4b197aa4d85e4ddce9b1951283dc1848 /cpukit
parentscoe: Move workspace group definition (diff)
downloadrtems-e9063644ae44da36839ea181b5448abd543cf336.tar.bz2
posix: Remove "RTEMS" from POSIX API group
Clarify group description. Update #3706.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/include/rtems/posix/posixapi.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/cpukit/include/rtems/posix/posixapi.h b/cpukit/include/rtems/posix/posixapi.h
index 122dd644e6..8d30ee21e5 100644
--- a/cpukit/include/rtems/posix/posixapi.h
+++ b/cpukit/include/rtems/posix/posixapi.h
@@ -28,14 +28,15 @@
#include <pthread.h>
/**
- * @defgroup POSIXAPI RTEMS POSIX API
+ * @defgroup POSIXAPI POSIX API
*
* @ingroup RTEMSImpl
*
- * RTEMS POSIX API definitions and modules.
+ * @brief This group contains definitions and modules which are used to
+ * implement the POSIX APIs supported by RTEMS.
*
+ * @{
*/
-/**@{**/
extern const int _POSIX_Get_by_name_error_table[ 3 ];