From d6c8b271b369730f6c6f8b3f536789888867e123 Mon Sep 17 00:00:00 2001 From: samuela Date: Tue, 20 Mar 2018 17:53:09 -0700 Subject: [PATCH] remove other incorrect docstring params --- include/boost/algorithm/string/finder.hpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/boost/algorithm/string/finder.hpp b/include/boost/algorithm/string/finder.hpp index 0273b33..61f6e41 100644 --- a/include/boost/algorithm/string/finder.hpp +++ b/include/boost/algorithm/string/finder.hpp @@ -83,7 +83,6 @@ namespace boost { The result is given as an \c iterator_range delimiting the match. \param Search A substring to be searched for. - \param Comp An element comparison predicate \return An instance of the \c last_finder object */ template @@ -123,7 +122,6 @@ namespace boost { \param Search A substring to be searched for. \param Nth An index of the match to be find - \param Comp An element comparison predicate \return An instance of the \c nth_finder object */ template @@ -229,7 +227,6 @@ namespace boost { \param Begin Beginning of the range \param End End of the range - \param Range The range. \return An instance of the \c range_finger object */ template< typename ForwardIteratorT >