BIND 10 trac2150, updated. c469b1d05800fc77de8bdc44838f3900e05a0eb3 [2150] Update doxygen comment
BIND 10 source code commits
bind10-changes at lists.isc.org
Mon Sep 10 18:28:40 UTC 2012
The branch, trac2150 has been updated
via c469b1d05800fc77de8bdc44838f3900e05a0eb3 (commit)
from b70dd622806eb7b02cb1c7cea8ba8a5673eb9437 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit c469b1d05800fc77de8bdc44838f3900e05a0eb3
Author: Mukund Sivaraman <muks at isc.org>
Date: Mon Sep 10 23:58:23 2012 +0530
[2150] Update doxygen comment
-----------------------------------------------------------------------
Summary of changes:
src/lib/datasrc/rbtree.h | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/datasrc/rbtree.h b/src/lib/datasrc/rbtree.h
index a748431..6a9b725 100644
--- a/src/lib/datasrc/rbtree.h
+++ b/src/lib/datasrc/rbtree.h
@@ -1090,9 +1090,11 @@ public:
/// Another special feature of this version is the ability to record
/// more detailed information regarding the search result.
///
- /// This information will be returned via the \c node_path parameter,
- /// which is an object of class \c RBTreeNodeChain.
- /// The passed parameter must be empty.
+ /// This information will be returned via the \c node_path
+ /// parameter, which is an object of class \c RBTreeNodeChain. The
+ /// passed parameter must be empty if the label sequence is
+ /// absolute. If the label sequence is not absolute, then find()
+ /// will begin from the top of the node chain.
///
/// On success, the node sequence stored in \c node_path will contain all
/// the ancestor nodes from the found node towards the root.
More information about the bind10-changes
mailing list