From: Andreas Dachsberger <andreas.dachsber...@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 _______________________________________________ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel