diff options
author | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-01-13 23:44:14 +0100 |
---|---|---|
committer | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-01-13 23:44:14 +0100 |
commit | df82b147b98cd09cb94f017910e400e148886fbe (patch) | |
tree | 1897cf907a17ee12637c24b59bcfb8d390ab1f4b | |
parent | b6cfdef98f487fc5ae38c170fa52bcf031e882e2 (diff) |
Documented missing parameter
-rw-r--r-- | src/core/common/Argument.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/common/Argument.hpp b/src/core/common/Argument.hpp index 23078b2..78f7ec1 100644 --- a/src/core/common/Argument.hpp +++ b/src/core/common/Argument.hpp @@ -242,6 +242,8 @@ public: * case the arguments are given as a map. * @param type is the RttiType of acceptable objects. All objects where the * "isa" function returns true for the given type are be accepted. + * @param defaultValue must be set to nullptr. Default object instances + * cannot be stored. * @return a new Argument instance. */ static Argument Object(std::string name, const RttiType &type, |