From 77307c282347d8d5195609d2bf3f8ee109267ed0 Mon Sep 17 00:00:00 2001 From: Pavol Droba Date: Sat, 14 May 2005 19:09:13 +0000 Subject: [PATCH] Some comment fixes [SVN r28907] --- include/boost/algorithm/string/find_iterator.hpp | 2 +- include/boost/algorithm/string/trim.hpp | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/include/boost/algorithm/string/find_iterator.hpp b/include/boost/algorithm/string/find_iterator.hpp index 9858199..26891dd 100644 --- a/include/boost/algorithm/string/find_iterator.hpp +++ b/include/boost/algorithm/string/find_iterator.hpp @@ -108,7 +108,7 @@ namespace boost { //! Constructor /*! Construct new find_iterator for a given finder - and a collection. + and a range. */ template find_iterator( diff --git a/include/boost/algorithm/string/trim.hpp b/include/boost/algorithm/string/trim.hpp index 8c21e65..ed711cd 100644 --- a/include/boost/algorithm/string/trim.hpp +++ b/include/boost/algorithm/string/trim.hpp @@ -46,7 +46,7 @@ namespace boost { or copied to the output iterator \param Output An output iterator to which the result will be copied - \param Input An input collection + \param Input An input range \param IsSpace An unary predicate identifying spaces \return An output iterator pointing just after the last inserted character or @@ -152,7 +152,7 @@ namespace boost { or copied to the output iterator \param Output An output iterator to which the result will be copied - \param Input An input collection + \param Input An input range \param IsSpace An unary predicate identifying spaces \return An output iterator pointing just after the last inserted character or @@ -262,7 +262,7 @@ namespace boost { or copied to the output iterator \param Output An output iterator to which the result will be copied - \param Input An input collection + \param Input An input range \param IsSpace An unary predicate identifying spaces \return An output iterator pointing just after the last inserted character or