X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c7b463c9c17665403d001fc59cb649551e93d950..9ac33ce271859176135a44236897c8c73d8e1cd0:/doc/ref_guide/doxygen/module-msg.doc diff --git a/doc/ref_guide/doxygen/module-msg.doc b/doc/ref_guide/doxygen/module-msg.doc index 695efec3cc..da60352efa 100644 --- a/doc/ref_guide/doxygen/module-msg.doc +++ b/doc/ref_guide/doxygen/module-msg.doc @@ -37,7 +37,7 @@ The basic workflow is the following (check the \ref MSG_examples for details). - -# Initialize the library with #MSG_global_init + -# Initialize the library with #MSG_init -# Create a platform (usually by parsing a file with #MSG_create_environment) -# Register the functions that your processes are supposed to run with @@ -53,7 +53,7 @@ details). /** @defgroup m_process_management Process Management Functions * @ingroup MSG_API * @brief This section describes the process structure of MSG - * (#m_process_t) and the functions for managing it. + * (#msg_process_t) and the functions for managing it. */ /** @defgroup m_host_management Host Management Functions @@ -64,7 +64,7 @@ details). /** @defgroup m_task_management Task Management Functions * @ingroup MSG_API * @brief This section describes the task structure of MSG - * (#m_task_t) and the functions for managing it. See + * (#msg_task_t) and the functions for managing it. See * \ref msg_task_usage to see how to put the tasks in action. * * \htmlonly \endhtmlonly