[PATCH 06/98] doxygen: score: adjust doc in context.h to doxygen guidelines

Sebastian Huber sebastian.huber at embedded-brains.de
Tue May 7 05:39:11 UTC 2019


From: Andreas Dachsberger <andreas.dachsberger at 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



More information about the devel mailing list