[rtems commit] doxygen: score: adjust doc in mpci.h to doxygen guidelines
Sebastian Huber
sebh at rtems.org
Mon May 13 05:52:28 UTC 2019
Module: rtems
Branch: master
Commit: 976c0950c0827cef4707af257380f55ce36138a9
Changeset: http://git.rtems.org/rtems/commit/?id=976c0950c0827cef4707af257380f55ce36138a9
Author: Andreas Dachsberger <andreas.dachsberger at embedded-brains.de>
Date: Tue Apr 9 11:35:55 2019 +0200
doxygen: score: adjust doc in mpci.h to doxygen guidelines
Update #3706.
---
cpukit/include/rtems/score/mpci.h | 23 +++++++++++++----------
1 file changed, 13 insertions(+), 10 deletions(-)
diff --git a/cpukit/include/rtems/score/mpci.h b/cpukit/include/rtems/score/mpci.h
index 2c04b28..e5bcdba 100644
--- a/cpukit/include/rtems/score/mpci.h
+++ b/cpukit/include/rtems/score/mpci.h
@@ -28,17 +28,20 @@ extern "C" {
#endif
/**
- * @defgroup RTEMSScoreMPCI MPCI Handler
+ * @defgroup RTEMSScoreMPCI MPCI Handler
*
- * @ingroup RTEMSScore
+ * @ingroup RTEMSScore
*
- * The MPCI Handler encapsulates functionality which is related to the
- * generation, receipt, and processing of remote operations in a
- * multiprocessor system. This handler contains the message passing
- * support for making remote service calls as well as the server thread
- * which processes requests from remote nodes.
-*/
-/**@{*/
+ * @brief MPCI Handler
+ *
+ * The MPCI Handler encapsulates functionality which is related to the
+ * generation, receipt, and processing of remote operations in a
+ * multiprocessor system. This handler contains the message passing
+ * support for making remote service calls as well as the server thread
+ * which processes requests from remote nodes.
+ *
+ * @{
+ */
/**
* The following defines the node number used when a broadcast is desired.
@@ -125,7 +128,7 @@ typedef struct {
MPCI_receive_entry receive_packet;
} MPCI_Control;
-/**@}*/
+/** @} */
#ifdef __cplusplus
}
More information about the vc
mailing list