summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/stack.h
diff options
context:
space:
mode:
authorMathew Kallada <matkallada@gmail.com>2012-12-29 10:27:48 -0600
committerJennifer Averett <jennifer.averett@oarcorp.com>2012-12-29 10:27:48 -0600
commit1dbbc0c3b19c9113a2fbf4a511b4cff84dd6aa8e (patch)
tree2c0863987a7f34279aa78894e9a21185e3f7bbe2 /cpukit/score/include/rtems/score/stack.h
parentscore: Doxygen Clean Up Task #6 (diff)
downloadrtems-1dbbc0c3b19c9113a2fbf4a511b4cff84dd6aa8e.tar.bz2
score: Doxygen Clean Up Task #1
Diffstat (limited to 'cpukit/score/include/rtems/score/stack.h')
-rw-r--r--cpukit/score/include/rtems/score/stack.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/cpukit/score/include/rtems/score/stack.h b/cpukit/score/include/rtems/score/stack.h
index 1e06e366c9..cae784602a 100644
--- a/cpukit/score/include/rtems/score/stack.h
+++ b/cpukit/score/include/rtems/score/stack.h
@@ -1,6 +1,8 @@
/**
* @file rtems/score/stack.h
*
+ * @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.
@@ -66,4 +68,4 @@ extern uint32_t rtems_minimum_stack_size;
/**@}*/
#endif
-/* end of include file */
+/* end of include file */ \ No newline at end of file