From 0938899f02f069ba19fa5a8e6e19cf7632050ea6 Mon Sep 17 00:00:00 2001 From: Andreas Dachsberger Date: Tue, 16 Apr 2019 07:46:47 +0200 Subject: doxygen: score: adjust doc in stack.h to doxygen guidelines Update #3706. --- cpukit/include/rtems/score/stack.h | 27 ++++++++++++++++----------- 1 file 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 } -- cgit v1.2.3