summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Dachsberger <andreas.dachsberger@embedded-brains.de>2019-04-16 07:46:47 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2019-05-13 07:42:04 +0200
commit0938899f02f069ba19fa5a8e6e19cf7632050ea6 (patch)
tree8e46bd7f0b654aa7d900c02e5cd2c426dab48510
parentdoxygen: score: adjust doc in smplockticket.h to doxygen guidelines (diff)
downloadrtems-0938899f02f069ba19fa5a8e6e19cf7632050ea6.tar.bz2
doxygen: score: adjust doc in stack.h to doxygen guidelines
Update #3706.
-rw-r--r--cpukit/include/rtems/score/stack.h27
1 files changed, 16 insertions, 11 deletions
diff --git a/cpukit/include/rtems/score/stack.h b/cpukit/include/rtems/score/stack.h
index 3f80a1e12c..1158f3472e 100644
--- a/cpukit/include/rtems/score/stack.h
+++ b/cpukit/include/rtems/score/stack.h
@@ -1,11 +1,13 @@
/**
- * @file
+ * @file
*
- * @brief Information About the Thread Stack Handler
+ * @ingroup RTEMSScoreStack
*
- * This include file contains all information about the thread
- * Stack Handler. This Handler provides mechanisms which can be used to
- * initialize and utilize stacks.
+ * @brief Information About the Thread Stack Handler
+ *
+ * This include file contains all information about the thread
+ * Stack Handler. This Handler provides mechanisms which can be used to
+ * initialize and utilize stacks.
*/
/*
@@ -27,14 +29,17 @@ extern "C" {
#endif
/**
- * @defgroup RTEMSScoreStack Stack Handler
+ * @defgroup RTEMSScoreStack Stack Handler
+ *
+ * @ingroup RTEMSScore
+ *
+ * @brief Stack Handler
*
- * @ingroup RTEMSScore
+ * This handler encapsulates functionality which is used in the management
+ * of thread stacks.
*
- * This handler encapsulates functionality which is used in the management
- * of thread stacks.
+ * @{
*/
-/**@{*/
/**
* The following constant defines the minimum stack size which every
@@ -59,7 +64,7 @@ typedef struct {
*/
extern uint32_t rtems_minimum_stack_size;
-/**@}*/
+/** @} */
#ifdef __cplusplus
}