X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9d98c2be975bc2b812385686c987b4e6d569aa06..060926490b51a0eeb3eb6a13d2ca8abba6d0960c:/doc/doxygen/module-msg.doc diff --git a/doc/doxygen/module-msg.doc b/doc/doxygen/module-msg.doc index 88bda8e631..67cf68641c 100644 --- a/doc/doxygen/module-msg.doc +++ b/doc/doxygen/module-msg.doc @@ -53,8 +53,6 @@ details). #MSG_function_register (and maybe #MSG_function_register_default) -# Launch your processes from a deployment file with #MSG_launch_application -# Run the simulation with #MSG_main - -@htmlonly @endhtmlonly */ /** @defgroup m_process_management Process Management Functions @@ -73,16 +71,12 @@ details). * @brief This section describes the task structure of MSG * (#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 */ /** @defgroup msg_mailbox_management Mailbox Management Functions * @ingroup MSG_API * @brief This section describes the mailbox structure of MSG * (#msg_mailbox_t) and the functions for managing it. - * - * \htmlonly \endhtmlonly */ /** @defgroup msg_task_usage Task Actions @@ -135,8 +129,6 @@ details). @ingroup MSG_API @brief This section describes the functions allowing to build trace-driven simulations. -\htmlonly \endhtmlonly - This is very handy when you want to test an algorithm or protocol that does nothing unless it receives some events from outside. For example, a P2P protocol reacts to requests from the user, but does nothing if @@ -160,10 +152,20 @@ Check the examples in examples/msg/actions/actions.c for details. @ingroup MSG_API @brief . -Finding the right example in examples/msg is sometimes difficult. This list aims at helping you to find the example from which you can learn what you want to. - -\section msg_bsc_ex Basic examples +Finding the right example in examples/msg is sometimes difficult. This list aims at helping you to find the example from which you can learn what you want to. + - @ref msg_ex_basic + - @ref msg_ex_async + - @ref msg_ex_process + - @ref msg_ex_tracing + - @ref msg_ex_tracing_user_variables + - @ref msg_ex_models + - @ref msg_ex_io + - @ref msg_ex_actions + - @ref msg_ex_full_apps + - @ref msg_ex_misc + +\section msg_ex_basic Basic examples */