X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f226063bd973b7eac5051d63fe92a0353af7bfcc..30a95d9c54b09486dad30be824b354fb570078b1:/src/msg/global.c diff --git a/src/msg/global.c b/src/msg/global.c index c8ae395a51..6bb1f927ef 100644 --- a/src/msg/global.c +++ b/src/msg/global.c @@ -23,7 +23,10 @@ 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. - * \htmlonly \endhtmlonly + */ + +/** \addtogroup msg_simulation + * \htmlonly \endhtmlonly */ /********************************* MSG **************************************/ @@ -189,8 +192,10 @@ 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). - * \htmlonly \endhtmlonly - * + */ + +/** \addtogroup m_channel_management + * \htmlonly \endhtmlonly * * For convenience, the simulator provides the notion of channel * that is close to the tag notion in MPI. A channel is not a