From 79efc81a71ad18256a350775e98e7d5336b8f088 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 15 Sep 2021 13:38:12 +0200 Subject: rtems: Move Doxygen group definition Move the definition of the top-level Classic API implementation group to an implementation header file. --- cpukit/include/rtems/rtems/statusimpl.h | 8 ++++++++ cpukit/include/rtems/rtems/types.h | 10 ---------- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/cpukit/include/rtems/rtems/statusimpl.h b/cpukit/include/rtems/rtems/statusimpl.h index f1944179e9..8b63eca742 100644 --- a/cpukit/include/rtems/rtems/statusimpl.h +++ b/cpukit/include/rtems/rtems/statusimpl.h @@ -25,6 +25,14 @@ extern "C" { #endif +/** + * @defgroup RTEMSImplClassic Classic API + * + * @ingroup RTEMSImpl + * + * @brief This group contains the Classic API implementation. + */ + /** * @defgroup RTEMSImplClassicStatus Directive Status * diff --git a/cpukit/include/rtems/rtems/types.h b/cpukit/include/rtems/rtems/types.h index bf656b623e..caa75b4f0d 100644 --- a/cpukit/include/rtems/rtems/types.h +++ b/cpukit/include/rtems/rtems/types.h @@ -71,16 +71,6 @@ extern "C" { #endif -/* Generated from spec:/rtems/req/group */ - -/** - * @defgroup RTEMSImplClassic Classic API - * - * @ingroup RTEMSImpl - * - * @brief This group contains the Classic API implementation. - */ - /* Generated from spec:/rtems/type/if/group */ /** -- cgit v1.2.3