src/core/random-variable.h
changeset 592 f7e4beac3e31
parent 442 96d3e7dc8bb2
child 675 a5878de7d71c
--- a/src/core/random-variable.h	Sun May 13 10:46:44 2007 +0200
+++ b/src/core/random-variable.h	Sun May 13 10:57:43 2007 +0200
@@ -200,6 +200,7 @@
  * UniformVariable x(0,10);
  * x.GetValue();  //will always return numbers [0,10]
  * UniformVariable::GetSingleValue(100,1000); //returns a value [100,1000]
+ * \endcode
  */
 class UniformVariable : public RandomVariable {
 public: