|
Boost-Commit : |
From: ockham_at_[hidden]
Date: 2008-06-07 08:05:45
Author: bernhard.reiter
Date: 2008-06-07 08:05:44 EDT (Sat, 07 Jun 2008)
New Revision: 46213
URL: http://svn.boost.org/trac/boost/changeset/46213
Log:
Remove shoot argument from inorder::lower_bound - doxygen.
Text files modified:
sandbox/SOC/2006/tree/trunk/boost/tree/search.hpp | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
Modified: sandbox/SOC/2006/tree/trunk/boost/tree/search.hpp
==============================================================================
--- sandbox/SOC/2006/tree/trunk/boost/tree/search.hpp (original)
+++ sandbox/SOC/2006/tree/trunk/boost/tree/search.hpp 2008-06-07 08:05:44 EDT (Sat, 07 Jun 2008)
@@ -34,10 +34,9 @@
* than)
* for comparisons.
* @param x The subtree's root
- * @param y The subtree's shoot
* @param val The search term
* @return A multiway cursor pointing to the first element not less than
- * @a val, or @y if every element in the subtree is less than
+ * @a val, or @x if every element in the subtree is less than
* @a val.
*/
template <class MultiwayCursor, class T>
@@ -57,11 +56,10 @@
* could be inserted without changing the ordering, using @a cmp
* for comparisons.
* @param x The subtree's root
- * @param y The subtree's shoot
* @param val The search term
* @param cmp The comparison functor
* @return A multiway cursor pointing to the first element not less than
- * @a val, or @y if every element in the subtree is less than
+ * @a val, or @x if every element in the subtree is less than
* @a val.
*/
template <class MultiwayCursor, class T, class Cmp>
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk