mirror of
https://github.com/boostorg/algorithm.git
synced 2025-07-06 09:16:33 +02:00
Some comment fixes
[SVN r28907]
This commit is contained in:
@ -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(
|
||||||
|
@ -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
|
||||||
|
Reference in New Issue
Block a user