summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Dachsberger <andreas.dachsberger@embedded-brains.de>2019-04-16 07:54:11 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2019-05-13 07:42:05 +0200
commitfa3b4a21dbb50f448a1cdf8aefe3bf80e189ce16 (patch)
tree9d93ad507a494160207bf554a8d81b6bd72044f2
parentdoxygen: score: adjust doc in stackimpl.h to doxygen guidelines (diff)
downloadrtems-fa3b4a21dbb50f448a1cdf8aefe3bf80e189ce16.tar.bz2
doxygen: score: adjust doc in stackimpl.h to doxygen guidelines
Update #3706.
-rw-r--r--cpukit/include/rtems/score/states.h23
1 files changed, 14 insertions, 9 deletions
diff --git a/cpukit/include/rtems/score/states.h b/cpukit/include/rtems/score/states.h
index 76fa270073..6dcfaaf0e6 100644
--- a/cpukit/include/rtems/score/states.h
+++ b/cpukit/include/rtems/score/states.h
@@ -1,9 +1,11 @@
/**
- * @file
+ * @file
*
- * @brief Thread Execution State Information
+ * @ingroup RTEMSScoreStates
*
- * This include file defines thread execution state information.
+ * @brief Thread Execution State Information
+ *
+ * This include file defines thread execution state information.
*/
/*
@@ -25,14 +27,17 @@ extern "C" {
#endif
/**
- * @defgroup RTEMSScoreStates SuperCore Thread States
+ * @defgroup RTEMSScoreStates SuperCore Thread States
+ *
+ * @ingroup RTEMSScore
+ *
+ * @brief SuperCore Thread States
*
- * @ingroup RTEMSScore
+ * This handler encapsulates functionality which relates to the management of
+ * the state bitmap associated with each thread.
*
- * This handler encapsulates functionality which relates to the management of
- * the state bitmap associated with each thread.
+ * @{
*/
-/**@{*/
/**
* The following type defines the control block used to manage a
@@ -40,7 +45,7 @@ extern "C" {
*/
typedef uint32_t States_Control;
-/**@}*/
+/** @} */
#ifdef __cplusplus
}