summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-09-15 13:38:12 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-09-15 13:39:23 +0200
commit79efc81a71ad18256a350775e98e7d5336b8f088 (patch)
tree5c691471eeffddca14f5c786bd687d6595c4a93e
parentrtems: Improve Classic API group description (diff)
downloadrtems-79efc81a71ad18256a350775e98e7d5336b8f088.tar.bz2
rtems: Move Doxygen group definition
Move the definition of the top-level Classic API implementation group to an implementation header file.
-rw-r--r--cpukit/include/rtems/rtems/statusimpl.h8
-rw-r--r--cpukit/include/rtems/rtems/types.h10
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
@@ -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 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 */
/**