forked from Imagelibrary/rtems
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:
@@ -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
|
||||
*
|
||||
* @{
|
||||
*/
|
||||
|
||||
@@ -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.
|
||||
*
|
||||
* @{
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user