From 8b762a88c1ffe130dada57c45b2f1d2845f6dfc1 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 30 Sep 2021 08:37:01 +0200 Subject: scoe: Move workspace group definition Define the group in the header file which is used by . Update #3706. --- cpukit/include/rtems/score/wkspacedata.h | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'cpukit/include/rtems/score/wkspacedata.h') 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. * * @{ */ -- cgit v1.2.3