From 15bc7e098d6ded7dd3fe0b5fe0c85d4fc0b4ddf9 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Wed, 5 Aug 2015 10:43:13 +0200 Subject: [PATCH] the routing 'None' must be uppercased in the XML --- doc/doxygen/platform.doc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/doxygen/platform.doc b/doc/doxygen/platform.doc index dad2d30f2d..ad27aa9877 100644 --- a/doc/doxygen/platform.doc +++ b/doc/doxygen/platform.doc @@ -141,7 +141,7 @@ Available attributes : Attribute name | Mandatory | Values | Description --------------- | --------- | ------ | ----------- id | yes | String | The identifier of an AS; facilitates referring to this AS. ID must be unique. -routing | yes | Full\| Floyd\| Dijkstra\| DijkstraCache\| none\| Vivaldi\| Cluster | See Section \ref pf_rm for details. +routing | yes | Full\| Floyd\| Dijkstra\| DijkstraCache\| None\| Vivaldi\| Cluster | See Section \ref pf_rm for details. Example: @@ -1056,7 +1056,7 @@ Floyd example : radical="0-1" power="1000000000" bw="125000000" lat="5E-5" router_id="router1"/> - + @@ -1118,11 +1118,11 @@ Full example : \subsubsection pf_rm_sf Simple/fast models -\li none: No routing (Unless you know what you are doing, avoid +\li None: No routing (Unless you know what you are doing, avoid using this mode in combination with a non Constant network model). None Example : \verbatim - + \endverbatim @@ -1664,7 +1664,7 @@ characteristics (lookup : time to resolve a route): fast lookup, small memory requirements, shortest path routing only). Same as Dijkstra, except it handles a cache for latest used routes. -\li none: No routing (usable with Constant network only). +\li None: No routing (usable with Constant network only). Defines that there is no routes, so if you try to determine a route without constant network within this AS, SimGrid will raise an exception. -- 2.20.1