[rtems commit] posix: Remove "RTEMS" from POSIX API group

Sebastian Huber sebh at rtems.org
Wed Oct 6 06:41:11 UTC 2021


Module:    rtems
Branch:    master
Commit:    e9063644ae44da36839ea181b5448abd543cf336
Changeset: http://git.rtems.org/rtems/commit/?id=e9063644ae44da36839ea181b5448abd543cf336

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Thu Sep 30 08:51:30 2021 +0200

posix: Remove "RTEMS" from POSIX API group

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 122dd64..8d30ee2 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 ];
 



More information about the vc mailing list