From c81ac0e750776294fce56f6744671e3090b0579a Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 26 Nov 2020 10:42:03 +0100 Subject: score: Canonicalize Doxygen groups Adjust group identifier and names to be in line with a common pattern. Use common phrases for the group brief descriptions. Update #3706. --- cpukit/include/rtems/score/threadmp.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'cpukit/include/rtems/score/threadmp.h') diff --git a/cpukit/include/rtems/score/threadmp.h b/cpukit/include/rtems/score/threadmp.h index a80dbff0aa..3fc9d141fd 100644 --- a/cpukit/include/rtems/score/threadmp.h +++ b/cpukit/include/rtems/score/threadmp.h @@ -32,11 +32,12 @@ extern "C" { #endif /** - * @defgroup RTEMSScoreThreadMP Thread Handler Multiprocessing Support + * @defgroup RTEMSScoreThreadMP Thread Handler Multiprocessing (MP) Support * - * @ingroup RTEMSScore + * @ingroup RTEMSScoreThread * - * @brief Thread Handler Multiprocessing Support + * @brief This group contains the implementation to support the Thread Handler + * in multiprocessing (MP) configurations. * * This handler encapsulates functionality which is related to managing * threads in a multiprocessor system configuration. This handler must -- cgit v1.2.3