X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ae66e43b95b26467c1cb9df271e83f51d3d7147b..68d2e2165a1b9166b5e16ffc117921cb2cd1f5fc:/src/msg/global.c diff --git a/src/msg/global.c b/src/msg/global.c index 3acc6b7e68..a09b97c6a7 100644 --- a/src/msg/global.c +++ b/src/msg/global.c @@ -21,6 +21,8 @@ MSG_Global_t msg_global = NULL; * \brief This section describes the functions you need to know to * set up a simulation. You should have a look at \ref MSG_examples * to have an overview of their usage. + */ +/** @addtogroup msg_simulation * \htmlonly \endhtmlonly */ @@ -64,6 +66,8 @@ void MSG_paje_output(const char *filename) /** \defgroup m_channel_management Understanding channels * \brief This section briefly describes the channel notion of MSG * (#m_channel_t). + */ +/** @addtogroup m_channel_management * \htmlonly \endhtmlonly * *