X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b94fa144e9b0c70d91ea56d7d5e40d6d1341b64a..23a00833ef66ff4383394e3cac558a5232d4bd62:/include/simgrid/simdag.h diff --git a/include/simgrid/simdag.h b/include/simgrid/simdag.h index 07a18c2735..573d411105 100644 --- a/include/simgrid/simdag.h +++ b/include/simgrid/simdag.h @@ -332,7 +332,7 @@ XBT_PUBLIC(int) SD_task_dependency_exists(SD_task_t src, SD_task_t dst); /** @defgroup SD_simulation Simulation * @brief Functions for creating the environment and launching the simulation * - * This section describes the functions for initialising SimDag, launching + * This section describes the functions for initializing SimDag, launching * the simulation and exiting SimDag. * * @{ @@ -352,7 +352,8 @@ XBT_PUBLIC(void) uniq_transfer_task_name(SD_task_t task); /** @} */ +SG_END_DECL() + #include "simgrid/instr.h" -SG_END_DECL() #endif