Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Update SimDag example
[simgrid.git] / doc / module-msg.doc
index 09809a8..088682d 100644 (file)
@@ -16,7 +16,9 @@
 */
 
 /** @defgroup m_datatypes_management MSG Data Types 
 */
 
 /** @defgroup m_datatypes_management MSG Data Types 
+    @ingroup MSG_API
     @brief This section describes the different datatypes provided by MSG.
     @brief This section describes the different datatypes provided by MSG.
+    \htmlonly <!-- DOXYGEN_NAVBAR_LABEL="Data types" --> \endhtmlonly
 */
 /**     \addtogroup m_process_management
         \ingroup MSG_API  */
 */
 /**     \addtogroup m_process_management
         \ingroup MSG_API  */
@@ -86,7 +88,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.
     \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.
       
 
       This function keeps waiting for tasks and executes them as it receives them.
       
@@ -95,7 +97,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.
    \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.
 
       C style arguments (argc/argv) are interpreted as a list of host
       that will accept those tasks.