Browse Source

[2218] Add an API doc note that DomainTree::largestNode() doesn't throw

Mukund Sivaraman 12 years ago
parent
commit
ab51eb2f65
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/lib/datasrc/memory/domaintree.h

+ 2 - 0
src/lib/datasrc/memory/domaintree.h

@@ -1305,6 +1305,8 @@ public:
 
     /// \brief return the largest node in the tree of trees.
     ///
+    /// \throw none
+    ///
     /// \return A \c DomainTreeNode that is the largest node in the
     /// tree. If there are no nodes, then \c NULL is returned.
     const DomainTreeNode<T>* largestNode() const;