Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
get the doc in sync with what happens in code (thanks to Luke Berthot for the report)
authorMartin Quinson <martin.quinson@loria.fr>
Fri, 28 Feb 2014 07:46:11 +0000 (08:46 +0100)
committerMartin Quinson <martin.quinson@loria.fr>
Fri, 28 Feb 2014 07:46:11 +0000 (08:46 +0100)
doc/doxygen/platform.doc

index 5c3ae9e..1a0bdb4 100644 (file)
@@ -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