Some comment fixes

[SVN r28907]
This commit is contained in:
Pavol Droba
2005-05-14 19:09:13 +00:00
parent e00fd7f159
commit 77307c2823
2 changed files with 4 additions and 4 deletions

View File

@ -108,7 +108,7 @@ namespace boost {
//! Constructor //! Constructor
/*! /*!
Construct new find_iterator for a given finder Construct new find_iterator for a given finder
and a collection. and a range.
*/ */
template<typename FinderT, typename RangeT> template<typename FinderT, typename RangeT>
find_iterator( find_iterator(

View File

@ -46,7 +46,7 @@ namespace boost {
or copied to the output iterator or copied to the output iterator
\param Output An output iterator to which the result will be copied \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 \param IsSpace An unary predicate identifying spaces
\return \return
An output iterator pointing just after the last inserted character or An output iterator pointing just after the last inserted character or
@ -152,7 +152,7 @@ namespace boost {
or copied to the output iterator or copied to the output iterator
\param Output An output iterator to which the result will be copied \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 \param IsSpace An unary predicate identifying spaces
\return \return
An output iterator pointing just after the last inserted character or An output iterator pointing just after the last inserted character or
@ -262,7 +262,7 @@ namespace boost {
or copied to the output iterator or copied to the output iterator
\param Output An output iterator to which the result will be copied \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 \param IsSpace An unary predicate identifying spaces
\return \return
An output iterator pointing just after the last inserted character or An output iterator pointing just after the last inserted character or