[rtems commit] doxygen: score: adjust doc in isrlevel.h to doxygen guidelines
Sebastian Huber
sebh at rtems.org
Mon May 13 05:52:28 UTC 2019
Module: rtems
Branch: master
Commit: bb0ccc17f5c79ca8efc636ae906fea237268cc72
Changeset: http://git.rtems.org/rtems/commit/?id=bb0ccc17f5c79ca8efc636ae906fea237268cc72
Author: Andreas Dachsberger <andreas.dachsberger at embedded-brains.de>
Date: Tue Apr 9 11:32:40 2019 +0200
doxygen: score: adjust doc in isrlevel.h to doxygen guidelines
Update #3706.
---
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 9340706..c42451d 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
More information about the vc
mailing list