Browse Source

[1835] (unrelated) docs: Clarify what happens if key missing

Michal 'vorner' Vaner 12 years ago
parent
commit
739735c08b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/cc/data.h

+ 1 - 1
src/lib/cc/data.h

@@ -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