summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Dachsberger <andreas.dachsberger@embedded-brains.de>2019-04-05 09:13:16 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2019-05-13 07:42:03 +0200
commit4bd8757626b825baf53ae99388ec1a175fbabffe (patch)
tree4ac0e9b5074d914201d5840166feef845e0c1e4d
parentdoxygen: score: adjust doc in corebarrier.h to doxygen guidelines (diff)
downloadrtems-4bd8757626b825baf53ae99388ec1a175fbabffe.tar.bz2
doxygen: score: adjust doc in coremsg.h to doxygen guidelines
Update #3706.
-rw-r--r--cpukit/include/rtems/score/coremsg.h25
1 files 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
}