From f91da319639ab42ff21dfa990d70513e8cd9780b Mon Sep 17 00:00:00 2001 From: Andreas Dachsberger Date: Tue, 2 Apr 2019 13:55:19 +0200 Subject: [PATCH] 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 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. * */