summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/score/isr.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/include/rtems/score/isr.h')
-rw-r--r--cpukit/include/rtems/score/isr.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/cpukit/include/rtems/score/isr.h b/cpukit/include/rtems/score/isr.h
index 6e7a0b1dc7..357648314e 100644
--- a/cpukit/include/rtems/score/isr.h
+++ b/cpukit/include/rtems/score/isr.h
@@ -30,13 +30,12 @@
*
* @ingroup RTEMSScore
*
- * @brief ISR Handler
+ * @brief This group contains the ISR Handler implementation.
*
* This handler encapsulates functionality which provides the foundation
* ISR services used in all of the APIs supported by RTEMS.
*
- * The ISR Nest level counter variable is maintained as part of the
- * per cpu data structure.
+ * The ::_ISR_Nest_level variable is maintained by @ref RTEMSScorePerCPU.
*
* @{
*/