From 6293b26923bc1336789f487e1b724c97a1ea3e65 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Wed, 10 May 2017 00:03:10 +0200 Subject: [PATCH] doc: rewrite the introductory example of platform --- doc/doxygen/platform.doc | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) 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 -- 2.20.1