X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ce565aba5d85be05fae86117fe73792a0bcbc0a4..4287d1e348027303eca96efe3a3a17ce107e0977:/doc/module-msg.doc diff --git a/doc/module-msg.doc b/doc/module-msg.doc index 97700835f4..b972af2692 100644 --- a/doc/module-msg.doc +++ b/doc/module-msg.doc @@ -1,4 +1,4 @@ -/** \addtogroup MSG_API +/** @addtogroup MSG_API \section MSG_funct Offered functionnalities - \ref m_process_management @@ -15,8 +15,9 @@ - \ref MSG_ex_master_slave */ -/** \addtogroup m_datatypes_management - \ingroup MSG_API */ +/** @defgroup m_datatypes_management MSG Data Types + @brief This section describes the different datatypes provided by MSG. +*/ /** \addtogroup m_process_management \ingroup MSG_API */ /** \addtogroup m_host_management @@ -85,7 +86,7 @@ \subsection MSG_ext_ms_slave Slave code This function has to be assigned to a #m_process_t that has to behave as a slave. - Just like #master(), it should not be called directly. + Just like the master fuction (described in \ref MSG_ext_ms_master), it should not be called directly. This function keeps waiting for tasks and executes them as it receives them. @@ -94,7 +95,7 @@ \subsection MSG_ext_ms_forwarder Forwarder code This function has to be assigned to a #m_process_t that has to behave as a forwarder. - Just like #master(), it should not be called directly. + Just like the master fuction (described in \ref MSG_ext_ms_master), it should not be called directly. C style arguments (argc/argv) are interpreted as a list of host that will accept those tasks.