From: Martin Quinson Date: Fri, 28 Feb 2014 07:46:11 +0000 (+0100) Subject: get the doc in sync with what happens in code (thanks to Luke Berthot for the report) X-Git-Tag: v3_11~250 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/f28c1a27b7ff6b42535579b44d88c13d861121eb?ds=sidebyside get the doc in sync with what happens in code (thanks to Luke Berthot for the report) --- diff --git a/doc/doxygen/platform.doc b/doc/doxygen/platform.doc index 5c3ae9ea82..1a0bdb4164 100644 --- a/doc/doxygen/platform.doc +++ b/doc/doxygen/platform.doc @@ -366,7 +366,7 @@ the router name is defined as the resulting String in the following java line of code: @verbatim -router_name = prefix + clusterId + router_ + suffix; +router_name = prefix + clusterId + _router + suffix; @endverbatim