[rtems commit] doxygen: Put C Library Support and POSIX in Internal

Sebastian Huber sebh at rtems.org
Thu Apr 4 06:27:36 UTC 2019


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

Author:    Andreas Dachsberger <andreas.dachsberger at embedded-brains.de>
Date:      Tue Apr  2 13:55:19 2019 +0200

doxygen: Put C Library Support and POSIX in Internal

Update #3706.

---

 cpukit/include/rtems/libcsupport.h    | 2 ++
 cpukit/include/rtems/posix/posixapi.h | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/cpukit/include/rtems/libcsupport.h b/cpukit/include/rtems/libcsupport.h
index 51607f9..1300b5f 100644
--- a/cpukit/include/rtems/libcsupport.h
+++ b/cpukit/include/rtems/libcsupport.h
@@ -32,6 +32,8 @@ extern "C" {
 /**
  * @defgroup libcsupport Standard C Library Support
  *
+ * @ingroup RTEMSInternal
+ *
  * @brief RTEMS Specific Support for the Standard C Library
  *
  */
diff --git a/cpukit/include/rtems/posix/posixapi.h b/cpukit/include/rtems/posix/posixapi.h
index 8c1eb81..561a563 100644
--- a/cpukit/include/rtems/posix/posixapi.h
+++ b/cpukit/include/rtems/posix/posixapi.h
@@ -30,6 +30,8 @@
 /**
  * @defgroup POSIXAPI RTEMS POSIX API
  *
+ * @ingroup RTEMSInternal
+ *
  * RTEMS POSIX API definitions and modules.
  *
  */




More information about the vc mailing list