summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Dachsberger <andreas.dachsberger@embedded-brains.de>2019-04-05 09:03:31 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2019-05-13 07:42:03 +0200
commit59de8ef40b13cf04021868fd5201bb011e6b1300 (patch)
tree1c4912f57d2ae50da10f24a7fdce428b30db244e
parentdoxygen: score: adjust doc in chainimpl.h to doxygen guidelines (diff)
downloadrtems-59de8ef40b13cf04021868fd5201bb011e6b1300.tar.bz2
doxygen: score: adjust doc in context.h to doxygen guidelines
Update #3706.
-rw-r--r--cpukit/include/rtems/score/context.h27
1 files 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 */