]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[1835] (unrelated) docs: Clarify what happens if key missing
authorMichal 'vorner' Vaner <michal.vaner@nic.cz>
Fri, 15 Mar 2013 08:48:08 +0000 (09:48 +0100)
committerMichal 'vorner' Vaner <michal.vaner@nic.cz>
Fri, 15 Mar 2013 08:48:08 +0000 (09:48 +0100)
src/lib/cc/data.h

index 74e5c123be0d988e23885db3b9eebd399653f37a..d0e0d03601ef4bc82f59aa87b05f87ea1fd10bc0 100644 (file)
@@ -216,7 +216,7 @@ public:
     //@{
     /// Returns the ElementPtr at the given key
     /// \param name The key of the Element to return
-    /// \return The ElementPtr at the given key
+    /// \return The ElementPtr at the given key, or null if not present
     virtual ConstElementPtr get(const std::string& name) const;
 
     /// Sets the ElementPtr at the given key