X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1d093eb0c576e2f7a1d6c7a707ee55026aca3915..e41099ae20756bd6d3d3b01b14bdede95b6821cc:/src/simix/smx_environment.c diff --git a/src/simix/smx_environment.c b/src/simix/smx_environment.c index 0de1fbf8ba..fe57ebf539 100644 --- a/src/simix/smx_environment.c +++ b/src/simix/smx_environment.c @@ -11,19 +11,10 @@ #include "xbt/log.h" XBT_LOG_NEW_DEFAULT_SUBCATEGORY(simix_environment, simix, "Logging specific to SIMIX (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 - * - */ /********************************* SIMIX **************************************/ - - -/** \ingroup msg_easier_life +/** * \brief A platform constructor. * * Creates a new platform, including hosts, links and the @@ -37,7 +28,6 @@ XBT_LOG_NEW_DEFAULT_SUBCATEGORY(simix_environment, simix, * * \include small_platform.xml * - * Have a look in the directory examples/msg/ to have a big example. */ void SIMIX_create_environment(const char *file) {