summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 ];