From 1e9d81f41250ba9a77a8d6b113977c5765ff89d7 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Fri, 14 Dec 2012 16:02:05 +0100 Subject: [PATCH] doc fix: AS has no 'name' attribute, but a 'id' one --- doc/doxygen/platform.doc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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. -- 2.20.1