[PATCH 6/6] posix: Remove "RTEMS" from POSIX API group

Sebastian Huber sebastian.huber at embedded-brains.de
Fri Oct 1 17:42:53 UTC 2021


Clarify group description.

Update #3706.
---
 cpukit/include/rtems/posix/posixapi.h | 7 ++++---
 1 file 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 ];
 
-- 
2.31.1



More information about the devel mailing list