X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/25d6952dcf52e6ffc1e4a402af0e2d3c17ac3935..c5151a86dde4a71352f55b9209bb3edc8b824aeb:/src/msg/environment.c diff --git a/src/msg/environment.c b/src/msg/environment.c index 4ed51ca99a..c82b2d0f05 100644 --- a/src/msg/environment.c +++ b/src/msg/environment.c @@ -8,13 +8,15 @@ #include "private.h" #include "xbt/sysdep.h" #include "xbt/log.h" -XBT_LOG_NEW_DEFAULT_SUBCATEGORY(environment, msg, +XBT_LOG_NEW_DEFAULT_SUBCATEGORY(msg_environment, msg, "Logging specific to MSG (environment)"); /** \defgroup msg_easier_life Platform and Application management * \brief This section describes functions to manage the platform creation * and the application deployment. You should also have a look at * \ref MSG_examples to have an overview of their usage. + * \htmlonly \endhtmlonly + * */ /********************************* MSG **************************************/