summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/score/mpci.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/include/rtems/score/mpci.h')
-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
}