summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/score/stack.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/include/rtems/score/stack.h')
-rw-r--r--cpukit/include/rtems/score/stack.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/cpukit/include/rtems/score/stack.h b/cpukit/include/rtems/score/stack.h
index 9751a12aa5..23421cf7ae 100644
--- a/cpukit/include/rtems/score/stack.h
+++ b/cpukit/include/rtems/score/stack.h
@@ -3,11 +3,9 @@
*
* @ingroup RTEMSScoreStack
*
- * @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.
+ * @brief This header file provides interfaces of the
+ * @ref RTEMSScoreStack which are used by the implementation and the
+ * @ref RTEMSImplApplConfig.
*/
/*
@@ -36,7 +34,8 @@ extern "C" {
* @brief This group contains the Stack Handler implementation.
*
* This handler encapsulates functionality which is used in the management
- * of thread stacks.
+ * of thread stacks. It provides mechanisms which can be used to initialize
+ * and utilize stacks.
*
* @{
*/