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/percpu.h | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'cpukit/include/rtems/score/percpu.h') diff --git a/cpukit/include/rtems/score/percpu.h b/cpukit/include/rtems/score/percpu.h index 6ae2103d98..d2a904663b 100644 --- a/cpukit/include/rtems/score/percpu.h +++ b/cpukit/include/rtems/score/percpu.h @@ -78,14 +78,16 @@ struct _Thread_Control; struct Scheduler_Context; /** - * @defgroup PerCPU RTEMS Per CPU Information + * @defgroup RTEMSScorePerCPU Per-CPU Information * - * @ingroup RTEMSScore + * @ingroup RTEMSScore * - * This defines the per CPU state information required by RTEMS - * and the BSP. In an SMP configuration, there will be multiple - * instances of this data structure -- one per CPU -- and the - * current CPU number will be used as the index. + * @brief This group contains the implementation of the per-CPU information. + * + * The per-CPU information encapsulates state which is maintained for each + * configured processor in the system. There will be one instance of a + * ::Per_CPU_Control in the ::_Per_CPU_Information table for each configured + * processor in the system. */ /**@{*/ -- cgit v1.2.3