Merge pull request #45 from samuela/patch-1

docstring fixes - Thanks!
This commit is contained in:
Marshall Clow
2018-03-20 19:05:03 -07:00
committed by GitHub

View File

@ -43,7 +43,6 @@ namespace boost {
The result is given as an \c iterator_range delimiting the match. The result is given as an \c iterator_range delimiting the match.
\param Search A substring to be searched for. \param Search A substring to be searched for.
\param Comp An element comparison predicate
\return An instance of the \c first_finder object \return An instance of the \c first_finder object
*/ */
template<typename RangeT> template<typename RangeT>
@ -84,7 +83,6 @@ namespace boost {
The result is given as an \c iterator_range delimiting the match. The result is given as an \c iterator_range delimiting the match.
\param Search A substring to be searched for. \param Search A substring to be searched for.
\param Comp An element comparison predicate
\return An instance of the \c last_finder object \return An instance of the \c last_finder object
*/ */
template<typename RangeT> template<typename RangeT>
@ -124,7 +122,6 @@ namespace boost {
\param Search A substring to be searched for. \param Search A substring to be searched for.
\param Nth An index of the match to be find \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 \return An instance of the \c nth_finder object
*/ */
template<typename RangeT> template<typename RangeT>
@ -230,7 +227,6 @@ namespace boost {
\param Begin Beginning of the range \param Begin Beginning of the range
\param End End of the range \param End End of the range
\param Range The range.
\return An instance of the \c range_finger object \return An instance of the \c range_finger object
*/ */
template< typename ForwardIteratorT > template< typename ForwardIteratorT >