[rtems commit] rtems: Move Doxygen group definition

Sebastian Huber sebh at rtems.org
Wed Sep 15 11:37:50 UTC 2021


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

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Wed Sep 15 13:38:12 2021 +0200

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 f194417..8b63eca 100644
--- a/cpukit/include/rtems/rtems/statusimpl.h
+++ b/cpukit/include/rtems/rtems/statusimpl.h
@@ -26,6 +26,14 @@ extern "C" {
 #endif
 
 /**
+ * @defgroup RTEMSImplClassic Classic API
+ *
+ * @ingroup RTEMSImpl
+ *
+ * @brief This group contains the Classic API implementation.
+ */
+
+/**
  * @defgroup RTEMSImplClassicStatus Directive Status
  *
  * @ingroup RTEMSImplClassic
diff --git a/cpukit/include/rtems/rtems/types.h b/cpukit/include/rtems/rtems/types.h
index bf656b6..caa75b4 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 */
 
 /**



More information about the vc mailing list