[PATCH 25/98] doxygen: score: adjust doc in isrlevel.h to doxygen guidelines

Sebastian Huber sebastian.huber at embedded-brains.de
Tue May 7 05:39:30 UTC 2019


From: Andreas Dachsberger <andreas.dachsberger at embedded-brains.de>

---
 cpukit/include/rtems/score/isrlevel.h | 15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)

diff --git a/cpukit/include/rtems/score/isrlevel.h b/cpukit/include/rtems/score/isrlevel.h
index 9340706f22..c42451d010 100644
--- a/cpukit/include/rtems/score/isrlevel.h
+++ b/cpukit/include/rtems/score/isrlevel.h
@@ -1,10 +1,12 @@
 /**
- *  @file
+ * @file
  *
- *  @brief ISR Level Type
+ * @ingroup RTEMSScoreISR
  *
- *  This include file defines the ISR Level type.  It exists to
- *  simplify include dependencies.  It is part of the ISR Handler.
+ * @brief ISR Level Type
+ *
+ * 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
 
 /**
- *  @addtogroup RTEMSScoreISR ISR Handler
+ * @addtogroup RTEMSScoreISR ISR Handler
+ *
+ * @{
  */
-/** @{ */
 
 /**
  *  The following type defines the control block used to manage
-- 
2.16.4



More information about the devel mailing list