From e07088d9ba894d8d1fd4dba8b2ff03ccffebba05 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 25 Nov 2020 16:42:08 +0100 Subject: rtems: Canonicalize implementation Doxygen groups Rename Classic API top-level group from Classic to RTEMSImplClassic. Use RTEMSImplClassic as a prefix for the subgroups. Change the group names to be in line with the API group names. Use common phrases for the group brief descriptions. Update #3706. --- cpukit/include/rtems/rtems/taskmp.h | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'cpukit/include/rtems/rtems/taskmp.h') diff --git a/cpukit/include/rtems/rtems/taskmp.h b/cpukit/include/rtems/rtems/taskmp.h index dd5d094b67..d0f4b6f6ee 100644 --- a/cpukit/include/rtems/rtems/taskmp.h +++ b/cpukit/include/rtems/rtems/taskmp.h @@ -1,7 +1,7 @@ /** * @file * - * @ingroup ClassicTaskMP + * @ingroup RTEMSImplClassicTaskMP * * This include file contains all the constants and structures associated * with the multiprocessing support in the task manager. @@ -29,14 +29,16 @@ extern "C" { #endif /** - * @defgroup ClassicTaskMP Task MP Support + * @defgroup RTEMSImplClassicTaskMP \ + * Task Manager Multiprocessing (MP) Support * - * @ingroup ClassicMP + * @ingroup RTEMSImplClassicTask * - * This encapsulates functionality related to the transparent multiprocessing - * support within the Classic API Task Manager. + * @brief This group contains the implementation to support the Task Manager + * in multiprocessing (MP) configurations. + * + * @{ */ -/**@{*/ /** * The following enumerated type defines the list of -- cgit v1.2.3