[PATCH 09/98] doxygen: score: adjust doc in coremsg.h to doxygen guidelines

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


From: Andreas Dachsberger <andreas.dachsberger at embedded-brains.de>

---
 cpukit/include/rtems/score/coremsg.h | 25 +++++++++++++++----------
 1 file changed, 15 insertions(+), 10 deletions(-)

diff --git a/cpukit/include/rtems/score/coremsg.h b/cpukit/include/rtems/score/coremsg.h
index e2dd14bd24..cabf08b0ca 100644
--- a/cpukit/include/rtems/score/coremsg.h
+++ b/cpukit/include/rtems/score/coremsg.h
@@ -1,10 +1,12 @@
 /**
- *  @file
+ * @file
  *
- *  @brief Constants and Structures Associated with the Message Queue Handler.
+ * @ingroup RTEMSScoreMessageQueue
  *
- *  This include file contains all the constants and structures associated
- *  with the Message queue Handler.
+ * @brief Constants and Structures Associated with the Message Queue Handler.
+ *
+ * This include file contains all the constants and structures associated
+ * with the Message queue Handler.
  */
 
 /*
@@ -29,14 +31,17 @@ extern "C" {
 #endif
 
 /**
- *  @defgroup RTEMSScoreMessageQueue Message Queue Handler
+ * @defgroup RTEMSScoreMessageQueue Message Queue Handler
+ *
+ * @ingroup RTEMSScore
+ *
+ * @brief Message Queue Handler
  *
- *  @ingroup RTEMSScore
+ * This handler encapsulates functionality which provides the foundation
+ * Message Queue services used in all of the APIs supported by RTEMS.
  *
- *  This handler encapsulates functionality which provides the foundation
- *  Message Queue services used in all of the APIs supported by RTEMS.
+ * @{
  */
-/**@{*/
 
 /**
  *  This macro is defined when an API is enabled that requires that the
@@ -171,7 +176,7 @@ struct CORE_message_queue_Control {
   Chain_Control                      Inactive_messages;
 };
 
-/**@}*/
+/** @} */
 
 #ifdef __cplusplus
 }
-- 
2.16.4




More information about the devel mailing list