Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of https://framagit.org/simgrid/simgrid into no_simix_global
[simgrid.git] / doc / doxygen / module-surf.doc
index fdb4e470501b56756cddcbd81a93576e756d0946..4cc3c6cae05b033cd65f03281a221b48c0c3a201 100644 (file)
@@ -1,4 +1,4 @@
-/** @addtogroup SURF_API
+/** @addtogroup SURF_API
   
   @section SURF_doc Surf documentation
    Surf is composed several components:
@@ -43,7 +43,6 @@
        - the CPU resource,
        - the timer resource.
 
-    FIXME[donassolo]: fix doc
     The implementation of these resources depends on the platform
     models you choose.  You can select your model by calling
     #surf_host_model_init_current_default() (which will give you a
@@ -73,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.