fix dox warning
authorMathieu Lacage <mathieu.lacage@sophia.inria.fr>
Thu, 17 Apr 2008 14:13:27 -0700
changeset 2966 0116649f03f8
parent 2965 4b28e9740e3b
child 2967 6fe0a5622af7
fix dox warning
src/core/object-base.h
--- a/src/core/object-base.h	Thu Apr 17 13:42:25 2008 -0700
+++ b/src/core/object-base.h	Thu Apr 17 14:13:27 2008 -0700
@@ -83,6 +83,7 @@
   bool SetAttributeFailSafe (std::string name, const AttributeValue &value);
   /**
    * \param name the name of the attribute to read
+   * \param value a reference to the value where the result should be stored.
    * \returns the attribute read.
    *
    * If the input attribute name does not exist, this method crashes.