summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Dachsberger <andreas.dachsberger@embedded-brains.de>2019-04-09 11:35:55 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2019-05-13 07:42:03 +0200
commit976c0950c0827cef4707af257380f55ce36138a9 (patch)
tree5290d5c2424d1bfe456e3073ad1e09bffca62734
parentdoxygen: score: adjust doc in isrlock.h to doxygen guidelines (diff)
downloadrtems-976c0950c0827cef4707af257380f55ce36138a9.tar.bz2
doxygen: score: adjust doc in mpci.h to doxygen guidelines
Update #3706.
-rw-r--r--cpukit/include/rtems/score/mpci.h23
1 files changed, 13 insertions, 10 deletions
diff --git a/cpukit/include/rtems/score/mpci.h b/cpukit/include/rtems/score/mpci.h
index 2c04b288f9..e5bcdbaced 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
}