Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix some TOC of doc, detected by automatic tests
[simgrid.git] / doc / modules.doc
index 7163b6e..f8c8ebf 100644 (file)
@@ -16,8 +16,7 @@
       platform. It is very low-level and is not intended to be used as
       such but rather to serve as a basis for higher-level simulators.
       We're still working on it and the structure is a little bit
-      complex. So we'll document it only when we'll be completely satisfied of 
-      the way it is organized.
+      complex.
 
       It is where platform models are encoded. If you need a model that is not 
       encoded yet, please tell me (<arnaud.legrand@imag.fr>) and we'll
@@ -48,6 +47,7 @@
       before). 
 */
 
+
 /** \defgroup GRAS_API      GRAS
     \ingroup SimGrid_API
     \brief Realistic programming environment (Grid Reality And Simulation)
     SimDag provides some functionnalities to simulate parallel task scheduling
     with DAGs models (Direct Acyclic Graphs).
     The old versions of SimGrid were based on DAGs. But the DAG part (named SG)
-    was removed in SimGrid 3 because the new kernel (SURF) was implemented. SURF
+    was removed in SimGrid 3 because the new kernel (\ref SURF_API) was implemented. \ref SURF_API
     was much faster and more flexible than SG and did not use DAGs.
-    SimDag is a new implementation of DAGs handling and it is built on top of SURF.
+    SimDag is a new implementation of DAGs handling and it is built on top of \ref SURF_API.
     
     \section SD_who Who should use this (and who shouldn't)