summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/score/isrlevel.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/include/rtems/score/isrlevel.h')
-rw-r--r--cpukit/include/rtems/score/isrlevel.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/cpukit/include/rtems/score/isrlevel.h b/cpukit/include/rtems/score/isrlevel.h
index 9222e1871c..aadce022e6 100644
--- a/cpukit/include/rtems/score/isrlevel.h
+++ b/cpukit/include/rtems/score/isrlevel.h
@@ -27,13 +27,9 @@ extern "C" {
#endif
/**
- * @defgroup ScoreISR ISR Handler
- *
- * @ingroup Score
- *
* @addtogroup ScoreISR ISR Handler
*/
-/**@{*/
+/** @{ */
/**
* The following type defines the control block used to manage
@@ -145,7 +141,7 @@ typedef uint32_t ISR_Level;
RTEMS_COMPILER_MEMORY_BARRIER(); \
} while (0)
-/**@}*/
+/** @} */
#ifdef __cplusplus
}