[rtems commit] scoe: Move workspace group definition

Sebastian Huber sebh at rtems.org
Wed Oct 6 06:41:11 UTC 2021


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

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Thu Sep 30 08:37:01 2021 +0200

scoe: Move workspace group definition

Define the group in the header file which is used by <rtems/confdefs.h>.

Update #3706.

---

 cpukit/include/rtems/score/wkspace.h     | 10 +---------
 cpukit/include/rtems/score/wkspacedata.h | 10 +++++++++-
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/cpukit/include/rtems/score/wkspace.h b/cpukit/include/rtems/score/wkspace.h
index b37f257..a3af86e 100644
--- a/cpukit/include/rtems/score/wkspace.h
+++ b/cpukit/include/rtems/score/wkspace.h
@@ -28,15 +28,7 @@ extern "C" {
 #endif
 
 /**
- * @defgroup RTEMSScoreWorkspace Workspace Handler
- *
- * @ingroup RTEMSScore
- *
- * @brief This group contains the Workspace Handler implementation.
- *
- * This handler encapsulates functionality related to the management of the
- * RTEMS Workspace.  It provides mechanisms which can be used to define,
- * initialize and manipulate the RTEMS Workspace.
+ * @addtogroup RTEMSScoreWorkspace
  *
  * @{
  */
diff --git a/cpukit/include/rtems/score/wkspacedata.h b/cpukit/include/rtems/score/wkspacedata.h
index 3de4b02..f1ca524 100644
--- a/cpukit/include/rtems/score/wkspacedata.h
+++ b/cpukit/include/rtems/score/wkspacedata.h
@@ -47,7 +47,15 @@ extern "C" {
 struct Heap_Control;
 
 /**
- * @addtogroup RTEMSScoreWorkspace
+ * @defgroup RTEMSScoreWorkspace Workspace Handler
+ *
+ * @ingroup RTEMSScore
+ *
+ * @brief This group contains the Workspace Handler implementation.
+ *
+ * This handler encapsulates functionality related to the management of the
+ * RTEMS Workspace.  It provides mechanisms which can be used to define,
+ * initialize and manipulate the RTEMS Workspace.
  *
  * @{
  */



More information about the vc mailing list