summaryrefslogtreecommitdiffstats
path: root/cpukit/include
diff options
context:
space:
mode:
authorAndreas Dachsberger <andreas.dachsberger@embedded-brains.de>2019-04-02 13:55:19 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2019-04-04 08:20:07 +0200
commitf91da319639ab42ff21dfa990d70513e8cd9780b (patch)
tree60eaf3257d12182805702919833038f426ba19ae /cpukit/include
parentdoxygen: Added some subgroups to API and IO (diff)
downloadrtems-f91da319639ab42ff21dfa990d70513e8cd9780b.tar.bz2
doxygen: Put C Library Support and POSIX in Internal
Update #3706.
Diffstat (limited to 'cpukit/include')
-rw-r--r--cpukit/include/rtems/libcsupport.h2
-rw-r--r--cpukit/include/rtems/posix/posixapi.h2
2 files changed, 4 insertions, 0 deletions
diff --git a/cpukit/include/rtems/libcsupport.h b/cpukit/include/rtems/libcsupport.h
index 51607f9ea1..1300b5f61f 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 8c1eb8112b..561a56389f 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.
*
*/