From: Andreas Dachsberger <andreas.dachsber...@embedded-brains.de> --- cpukit/include/rtems/score/context.h | 27 ++++++++++++++++----------- 1 file changed, 16 insertions(+), 11 deletions(-)
diff --git a/cpukit/include/rtems/score/context.h b/cpukit/include/rtems/score/context.h index 1b23d9682a..a01e29683c 100644 --- a/cpukit/include/rtems/score/context.h +++ b/cpukit/include/rtems/score/context.h @@ -1,9 +1,11 @@ /** - * @file + * @file * - * @brief Information About Each Thread's Context + * @ingroup RTEMSScoreContext * - * This include file contains all information about each thread's context. + * @brief Information About Each Thread's Context + * + * This include file contains all information about each thread's context. */ /* @@ -19,17 +21,20 @@ #define _RTEMS_SCORE_CONTEXT_H /** - * @defgroup RTEMSScoreContext Context Handler + * @defgroup RTEMSScoreContext Context Handler + * + * @ingroup RTEMSScore + * + * @brief Functionality for Abstraction of Thread Context Management * - * @ingroup RTEMSScore + * This handler encapsulates functionality which abstracts thread context + * management in a portable manner. * - * This handler encapsulates functionality which abstracts thread context - * management in a portable manner. + * The context switch needed variable is contained in the per cpu + * data structure. * - * The context switch needed variable is contained in the per cpu - * data structure. + * @{ */ -/**@{*/ #ifdef __cplusplus extern "C" { @@ -157,7 +162,7 @@ extern "C" { } #endif -/**@}*/ +/** @} */ #endif /* end of include file */ -- 2.16.4 _______________________________________________ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel