Comment updated

[SVN r72350]
This commit is contained in:
Pavol Droba
2011-06-02 20:08:16 +00:00
parent 34c49f856c
commit e92d471817

View File

@ -45,7 +45,7 @@ namespace boost {
//! Trim All - parametric
/*!
Remove all leading and trailing spaces from the input and
compress all other spaces to a single space.
compress all other spaces to a single character.
The result is a trimmed copy of the input
\param Input An input sequence
@ -66,7 +66,7 @@ namespace boost {
//! Trim All
/*!
Remove all leading and trailing spaces from the input and
compress all other spaces to a single space.
compress all other spaces to a single character.
The input sequence is modified in-place.
\param Input An input sequence
@ -86,7 +86,7 @@ namespace boost {
//! Trim All
/*!
Remove all leading and trailing spaces from the input and
compress all other spaces to a single space.
compress all other spaces to a single character.
The result is a trimmed copy of the input
\param Input An input sequence
@ -103,7 +103,7 @@ namespace boost {
//! Trim All
/*!
Remove all leading and trailing spaces from the input and
compress all other spaces to a single space.
compress all other spaces to a single character.
The input sequence is modified in-place.
\param Input An input sequence