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/asrimpl.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'cpukit/include/rtems/rtems/asrimpl.h') diff --git a/cpukit/include/rtems/rtems/asrimpl.h b/cpukit/include/rtems/rtems/asrimpl.h index e940cbbf5f..f007457fe5 100644 --- a/cpukit/include/rtems/rtems/asrimpl.h +++ b/cpukit/include/rtems/rtems/asrimpl.h @@ -1,7 +1,7 @@ /** * @file * - * @ingroup ClassicASRImpl + * @ingroup RTEMSImplClassicASR * * @brief Classic ASR Implementation */ @@ -26,10 +26,13 @@ extern "C" { #endif /** - * @defgroup ClassicASRImpl Classic ASR Implementation + * @defgroup RTEMSImplClassicASR Asynchronous Signal Routine (ASR) * * @ingroup RTEMSImplClassic * + * @brief This group contains the implementation to support asynchronous signal + * routines. + * * @{ */ -- cgit v1.2.3