[PATCH 14/28] doxygen: Put C Library Support and POSIX in Internal
Sebastian Huber
sebastian.huber at embedded-brains.de
Wed Apr 3 07:31:47 UTC 2019
From: Andreas Dachsberger <andreas.dachsberger at embedded-brains.de>
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 51607f9ea1..41b0687c32 100644
--- a/cpukit/include/rtems/libcsupport.h
+++ b/cpukit/include/rtems/libcsupport.h
@@ -31,6 +31,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 8c1eb8112b..b7f18c8a60 100644
--- a/cpukit/include/rtems/posix/posixapi.h
+++ b/cpukit/include/rtems/posix/posixapi.h
@@ -29,6 +29,8 @@
/**
* @defgroup POSIXAPI RTEMS POSIX API
+ *
+ * @ingroup RTEMSInternal
*
* RTEMS POSIX API definitions and modules.
*
--
2.16.4
More information about the devel
mailing list