summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/rtems/asr.h
diff options
context:
space:
mode:
authorAndreas Dachsberger <andreas.dachsberger@embedded-brains.de>2019-03-28 13:27:05 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2019-04-02 07:29:32 +0200
commitb07c721fc46498fd2a98b11f5574d8258b6dd263 (patch)
tree17ce34b7501e4e84487852b5c5acdd44970ab1ce /cpukit/include/rtems/rtems/asr.h
parentdoxygen: Reviewed cpukit/include/rtems/posix (diff)
downloadrtems-b07c721fc46498fd2a98b11f5574d8258b6dd263.tar.bz2
doxygen: Restructured cpukit/include/rtems/rtems
Update #3706.
Diffstat (limited to 'cpukit/include/rtems/rtems/asr.h')
-rw-r--r--cpukit/include/rtems/rtems/asr.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/include/rtems/rtems/asr.h b/cpukit/include/rtems/rtems/asr.h
index 8529d3b30f..c157719238 100644
--- a/cpukit/include/rtems/rtems/asr.h
+++ b/cpukit/include/rtems/rtems/asr.h
@@ -1,7 +1,7 @@
/**
* @file
*
- * @addtogroup ClassicASR
+ * @ingroup ClassicASR
*
* This include file contains all the constants and structures associated
* with the Asynchronous Signal Handler. This Handler provides the low-level
@@ -28,7 +28,7 @@ extern "C" {
/**
* @defgroup ClassicASR ASR Support
*
- * @ingroup ClassicRTEMS
+ * @ingroup RTEMSAPIClassic
*
* This encapsulates functionality related to the Classic API Signal
* Manager.