X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9d7c5c0eb4e73fa63ad242da6bcfd2be6d9f2752..aae7a703c6ceea5834b33c55eea5076bf87a988b:/doc/module-msg.doc diff --git a/doc/module-msg.doc b/doc/module-msg.doc index 9aaeb9e6dc..3df79feacb 100644 --- a/doc/module-msg.doc +++ b/doc/module-msg.doc @@ -13,15 +13,15 @@ the documentation provided in the relevant packages. \section MSG_funct Offered functionnalities + - \ref msg_simulation - \ref m_process_management - - \ref m_datatypes_management - \ref m_host_management - \ref m_task_management - \ref msg_file_management + - \ref msg_task_usage - \ref msg_trace_driven - - \ref msg_gos_functions - \ref msg_deprecated_functions - - \ref msg_simulation + Also make sure to visit the page @ref MSG_examples. */ @@ -61,14 +61,6 @@ details). @htmlonly @endhtmlonly */ - -/** @defgroup m_datatypes_management MSG Data Types - @ingroup MSG_API - @brief This section describes the different datatypes provided by MSG. - - \htmlonly \endhtmlonly -*/ - /** @defgroup m_process_management Process Management Functions * @ingroup MSG_API * @brief This section describes the process structure of MSG @@ -83,16 +75,26 @@ 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. + * (#m_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_file_management File Management Functions +/** @defgroup msg_task_usage Task Actions + * @ingroup MSG_API + * @brief This section describes the functions that can be used + * by a process to execute, communicate or otherwise handle some task. + */ + +/** @defgroup msg_file_management File Management Functions * @ingroup MSG_API * @brief This section describes the file structure of MSG * (#msg_file_t) and the functions for managing it. It * is based on POSIX functions. */ - + + /** @defgroup msg_trace_driven Trace-driven simulations @ingroup MSG_API @@ -117,11 +119,6 @@ Check the examples in examples/msg/actions/actions.c for details. */ -/** @defgroup msg_gos_functions MSG Operating System Functions - * @ingroup MSG_API - * @brief This section describes the functions that can be used - * by a process for handling some task. - */ /**