From: Martin Quinson Date: Fri, 14 Dec 2012 15:02:05 +0000 (+0100) Subject: doc fix: AS has no 'name' attribute, but a 'id' one X-Git-Tag: v3_9_rc1~86^2~110^2~7 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/1e9d81f41250ba9a77a8d6b113977c5765ff89d7 doc fix: AS has no 'name' attribute, but a 'id' one --- 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.