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/isrlock.h | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'cpukit/include/rtems/score/isrlock.h') diff --git a/cpukit/include/rtems/score/isrlock.h b/cpukit/include/rtems/score/isrlock.h index 14ea88b4e3..c9b3eaf42c 100644 --- a/cpukit/include/rtems/score/isrlock.h +++ b/cpukit/include/rtems/score/isrlock.h @@ -35,13 +35,15 @@ extern "C" { * * @ingroup RTEMSScoreISR * - * @brief Low-level lock to protect critical sections accessed by threads and - * interrupt service routines. + * @brief This group contains the ISR locks implementation. * - * On single processor configurations the ISR locks degrade to simple ISR + * The ISR locks are low-level locks to protect critical sections accessed by + * threads and interrupt service routines. + * + * In uniprocessor configurations the ISR locks degrade to simple ISR * disable/enable sequences. No additional storage or objects are required. * - * This synchronization primitive is supported on SMP configurations. Here SMP + * This synchronization primitive is supported in SMP configurations. Here SMP * locks are used. * * @{ -- cgit v1.2.3