X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/899d3c7135a24cd2da1e47d00eeae15310a8fc2f..e5c854e45299864d618f3a522046db9d24e2e28b:/include/simgrid/s4u/Link.hpp diff --git a/include/simgrid/s4u/Link.hpp b/include/simgrid/s4u/Link.hpp index bcacca0982..2ea809bc01 100644 --- a/include/simgrid/s4u/Link.hpp +++ b/include/simgrid/s4u/Link.hpp @@ -176,12 +176,12 @@ public: /** * @beginrst - * Another encapsulation for using links in the :cpp:function:: NetZone::add_route + * Another encapsulation for using links in the :cpp:func:`NetZone::add_route` * * When adding a route with split-duplex links, you need to specify the direction of the link * so SimGrid can know exactly which physical link to insert in the route. * - * For shared/fat-pipe links, use the Direction::NONE since they don't have + * For shared/fat-pipe links, use the :cpp:enum:`Direction::NONE` since they don't have * the concept of UP/DOWN links. * @endrst */