summaryrefslogtreecommitdiff
path: root/src/core/managed/Manager.hpp
diff options
context:
space:
mode:
authorAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2015-01-23 00:30:20 +0100
committerAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2015-01-23 00:30:20 +0100
commit887244db14f00063ebd429a8535fb204a96bee4e (patch)
treed77b01a249958420bf730690e66fc2c37bc23d86 /src/core/managed/Manager.hpp
parent9b9c7439b6cb1b711901ad49cd4855e1b0964652 (diff)
Improved documentation
Diffstat (limited to 'src/core/managed/Manager.hpp')
-rw-r--r--src/core/managed/Manager.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/managed/Manager.hpp b/src/core/managed/Manager.hpp
index fec4bd1..7a93736 100644
--- a/src/core/managed/Manager.hpp
+++ b/src/core/managed/Manager.hpp
@@ -320,7 +320,8 @@ public:
* references.
*
* @param uid is the unique id for which the object should be returned.
- * @return a pointer to the object with the given uid.
+ * @return a pointer to the object with the given uid or nullptr if the
+ * object no longer exists.
*/
Managed * getManaged(ManagedUid uid);