From: Martin Quinson Date: Thu, 10 Mar 2016 20:35:28 +0000 (+0100) Subject: actually, this attribute is harmful on non-full links X-Git-Tag: v3_13~450^2~12 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/9ce70777ff8b996274ea050aaaec58eb89989801 actually, this attribute is harmful on non-full links --- diff --git a/doc/doxygen/platform.doc b/doc/doxygen/platform.doc index db37632e97..d6396105b0 100644 --- a/doc/doxygen/platform.doc +++ b/doc/doxygen/platform.doc @@ -1301,7 +1301,7 @@ can only occur as a child of \ref pf_routing_tag_route "<route/>" | Attribute name | Mandatory | Values | Description | | --------------- | --------- | ------ | ----------- | | id | yes | String | The identifier of the link that should be added to the route. | -| direction | maybe | UP\|DOWN | If the link referenced by \c id has been declared as \ref pf_sharing_policy_fullduplex "FULLDUPLEX", this indicates which direction the route traverses through this link: UP or DOWN. If you don't use FULLDUPLEX, this attribute has no effect. +| direction | maybe | UP\|DOWN | If the link referenced by \c id has been declared as \ref pf_sharing_policy_fullduplex "FULLDUPLEX", this indicates which direction the route traverses through this link: UP or DOWN. If you don't use FULLDUPLEX, do not use this attribute or SimGrid will not find the right link. #### Example Files ####