Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Cleanup safety initialisation code
[simgrid.git] / doc / doxygen / use.doc
index 17f0116..38b7a48 100644 (file)
@@ -8,6 +8,8 @@ This page is under work -- sorry for the inconvinience (FIXME).
 - @subpage options
 - @subpage help
 
+\tableofcontents
+
 SimGrid comes with many examples provided in the examples/ directory.
 Those examples are described in section \ref MSG_examples . Those
 examples are commented and should be easy to understand. for a first
@@ -26,7 +28,6 @@ You should also check our online <a href="http://simgrid.gforge.inria.fr/tutoria
 
 Here are some examples on how to use MSG, the most used API.
 
-tr
 MSG comes with an extensive set of examples. It is sometimes difficult
 to find the one you need. This list aims at helping you finding the
 example from which you can learn what you want to.
@@ -237,7 +238,7 @@ This initializes MSG, runs a simulation, and free all data-structures created by
 
 \paragraph MSG_ext_ms_platform Example of platform file
 
-\include msg/small_platform.xml
+\include platforms/small_platform.xml
 
 \section using_smpi Using SMPI
 You should check our online <a href="http://simgrid.gforge.inria.fr/tutorials.html"> tutorial section</a> that contains a dedicated tutorial.