doxygen: score: adjust doc in isrlevel.h to doxygen guidelines

Update #3706.
This commit is contained in:
Andreas Dachsberger
2019-04-09 11:32:40 +02:00
committed by Sebastian Huber
parent 24787d086b
commit bb0ccc17f5

View File

@@ -1,10 +1,12 @@
/** /**
* @file * @file
* *
* @brief ISR Level Type * @ingroup RTEMSScoreISR
* *
* This include file defines the ISR Level type. It exists to * @brief ISR Level Type
* simplify include dependencies. It is part of the ISR Handler. *
* This include file defines the ISR Level type. It exists to
* simplify include dependencies. It is part of the ISR Handler.
*/ */
/* /*
@@ -27,9 +29,10 @@ extern "C" {
#endif #endif
/** /**
* @addtogroup RTEMSScoreISR ISR Handler * @addtogroup RTEMSScoreISR ISR Handler
*
* @{
*/ */
/** @{ */
/** /**
* The following type defines the control block used to manage * The following type defines the control block used to manage