From 4c20da4be441c519074df7d488d1e54354dac85b Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 4 Apr 2019 09:18:11 +0200 Subject: doxygen: Rename Score* groups in RTEMSScore* Update #3706 --- cpukit/include/rtems/score/smpbarrier.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cpukit/include/rtems/score/smpbarrier.h') diff --git a/cpukit/include/rtems/score/smpbarrier.h b/cpukit/include/rtems/score/smpbarrier.h index fddf7bb1cd..a8bdc91c31 100644 --- a/cpukit/include/rtems/score/smpbarrier.h +++ b/cpukit/include/rtems/score/smpbarrier.h @@ -1,7 +1,7 @@ /** * @file * - * @ingroup ScoreSMPBarrier + * @ingroup RTEMSScoreSMPBarrier * * @brief SMP Barrier API */ @@ -31,9 +31,9 @@ extern "C" { #endif /* __cplusplus */ /** - * @defgroup ScoreSMPBarrier SMP Barriers + * @defgroup RTEMSScoreSMPBarrier SMP Barriers * - * @ingroup Score + * @ingroup RTEMSScore * * @brief The SMP barrier provides barrier synchronization for SMP systems at * the lowest level. -- cgit v1.2.3