fix a few missing \valueref
authorMathieu Lacage <mathieu.lacage@sophia.inria.fr>
Mon, 29 Oct 2007 15:01:14 +0100
changeset 2047 895b54d0ad73
parent 2046 7a9113c1b0c1
child 2048 c62b4aae737d
fix a few missing \valueref
src/mobility/random-walk-2d-mobility-model.h
--- a/src/mobility/random-walk-2d-mobility-model.h	Mon Oct 29 14:55:16 2007 +0100
+++ b/src/mobility/random-walk-2d-mobility-model.h	Mon Oct 29 15:01:14 2007 +0100
@@ -107,9 +107,9 @@
  * either a fixed distance has been walked or until a fixed amount
  * of time.
  *
- * The parameters of the model can be specified either with the ns3::Bind
- * function and the variables "RandomWalk2dSpeed", "RandomWalk2dMode", 
- * "RandomWalk2dDistance", "RandomWalk2dTime", and, "RandomWalk2dBounds" or
+ * The parameters of the model can be specified either with the DefaultValue::Bind
+ * function and the variables \valueref{RandomWalk2dSpeed}, \valueref{RandomWalk2dMode}, 
+ * \valueref{RandomWalk2dDistance}, \valueref{RandomWalk2dTime}, and, \valueref{RandomWalk2dBounds} or
  * with an instance of the RandomWalk2dMobilityModelParameters class which
  * must be fed to the RandomWalk2dMobilityModel constructors.
  */