X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7715a90f3843eb619350fa1014c9e71327ef760c..11ddbb70152e1a18e91d817671d5323e0bd8533d:/doc/doxygen/platform.doc diff --git a/doc/doxygen/platform.doc b/doc/doxygen/platform.doc index 3c8b71ef17..0987ed6b9e 100644 --- a/doc/doxygen/platform.doc +++ b/doc/doxygen/platform.doc @@ -1,5 +1,7 @@ /*! \page platform Platform Description +@tableofcontents + In order to run any simulation, SimGrid needs 3 things: something to run (so, your code), a description of the platform on which you want to run your application, and finally it needs something to know where to deploy what. @@ -117,7 +119,7 @@ AS. So it allows you to define a hierarchy into your platform. attributes. AS attributes : -\li name (mandatory): the identifier of AS to be used when +\li id (mandatory): the identifier of AS to be used when referring to it. \li routing (mandatory): the routing model used into it. By model we mean the internal way the simulator will manage routing.