Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
end of MSG examples doc revision
[simgrid.git] / doc / doxygen / module-msg.doc
index dbe02f3..eb7312f 100644 (file)
@@ -158,12 +158,22 @@ Check the examples in <b>examples/msg/actions/actions.c</b> for details.
 /**
 @defgroup MSG_examples MSG examples
 @ingroup MSG_API
-@brief MSG examples from examples directory examples/msg
-
-MSG comes with an extensive set of examples. It is sometimes difficult to find the one you need. This list aims at helping you finding the example from which you can learn what you want to.
-
-\section msg_bsc_ex Basic examples
-
+@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.
+  - @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
 */