[PATCH 27/98] doxygen: score: adjust doc in mpci.h to doxygen guidelines

Sebastian Huber sebastian.huber at embedded-brains.de
Tue May 7 05:39:32 UTC 2019


From: Andreas Dachsberger <andreas.dachsberger at embedded-brains.de>

---
 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 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
 }
-- 
2.16.4




More information about the devel mailing list