summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/score/wkspacedata.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-09-30 08:37:01 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-10-06 08:37:50 +0200
commit8b762a88c1ffe130dada57c45b2f1d2845f6dfc1 (patch)
tree4adfa507e6093b9485c722629588ac2d7d8a4dd8 /cpukit/include/rtems/score/wkspacedata.h
parentrtems: Add ASR implementation to existing group (diff)
downloadrtems-8b762a88c1ffe130dada57c45b2f1d2845f6dfc1.tar.bz2
scoe: Move workspace group definition
Define the group in the header file which is used by <rtems/confdefs.h>. Update #3706.
Diffstat (limited to '')
-rw-r--r--cpukit/include/rtems/score/wkspacedata.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/cpukit/include/rtems/score/wkspacedata.h b/cpukit/include/rtems/score/wkspacedata.h
index 3de4b02bd2..f1ca524fa0 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.
*
* @{
*/