X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f89671e0bd7450461d70d5ced6079123e73c2a63..390f07ace843ed23ed4d2a1d26f90148d07836ad:/doc/doxygen/module-surf.doc diff --git a/doc/doxygen/module-surf.doc b/doc/doxygen/module-surf.doc index 9dc285ede3..4cc3c6cae0 100644 --- a/doc/doxygen/module-surf.doc +++ b/doc/doxygen/module-surf.doc @@ -1,4 +1,4 @@ -/** @addtogroup SURF_API +/** @addtogroup SURF_API @section SURF_doc Surf documentation Surf is composed several components: @@ -72,8 +72,6 @@ extract them from @a surf_host_model->common_public->states.done_action_set. Depending on these results, you can schedule other tasks and call surf_solve() again. - When the simulation is over, just call surf_exit() to clean the memory. - Have a look at the implementation of @ref MSG_API "MSG" and @ref SD_API "Simdag" to see how these module interact with SURF. But if you want to create a new API on top of SURF, we strongly recommend you to contact us before anyway.