Parcourir la source

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

Mukund Sivaraman il y a 12 ans
Parent
commit
ab51eb2f65
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  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;