From: Martin Quinson Date: Tue, 9 May 2017 22:03:10 +0000 (+0200) Subject: doc: rewrite the introductory example of platform X-Git-Tag: v3.16~274^2~43 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/6293b26923bc1336789f487e1b724c97a1ea3e65 doc: rewrite the introductory example of platform --- diff --git a/doc/doxygen/platform.doc b/doc/doxygen/platform.doc index 527c072221..a6e9a2fc9d 100644 --- a/doc/doxygen/platform.doc +++ b/doc/doxygen/platform.doc @@ -113,12 +113,10 @@ Systems, but this was misleading as zones may include other zones in a hierarchical manner. If you find any remaining reference to ASes, please report this as a bug. - -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. - +Attribute | Value | Description +----------- | ------------------------------------------------- | ---------------------------------------------- +id | String (mandatory) | The identifier of this zone (must be unique) +routing | One of the existing routing algorithm (mandatory) | See Section \ref pf_rm for details. Example: \code