scoe: Move workspace group definition

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

Update #3706.
This commit is contained in:
Sebastian Huber
2021-09-30 08:37:01 +02:00
parent 5a6f94da45
commit 8b762a88c1
2 changed files with 10 additions and 10 deletions

View File

@@ -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
*
* @{
*/

View File

@@ -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.
*
* @{
*/