Fixed errors in the doxygen comments. Refs #7083; will close when merged to release. Thanks to Olaf for the catch!

[SVN r79284]
This commit is contained in:
Marshall Clow
2012-07-05 15:14:40 +00:00
parent 93b0b886fd
commit 681c5827d3

View File

@ -60,7 +60,7 @@ namespace boost {
a match). a match).
\param Input A container which will be searched. \param Input A container which will be searched.
\param Finder A Finder object used for searching \param Finder A Finder object used for searching
\return A reference the result \return A reference to the result
\note Prior content of the result will be overwritten. \note Prior content of the result will be overwritten.
*/ */
@ -122,7 +122,7 @@ namespace boost {
Each match is used as a separator of segments. These segments are then Each match is used as a separator of segments. These segments are then
returned in the result. returned in the result.
\param Result A 'container container' to container the result of search. \param Result A 'container container' to contain the result of search.
Both outer and inner container must have constructor taking a pair Both outer and inner container must have constructor taking a pair
of iterators as an argument. of iterators as an argument.
Typical type of the result is Typical type of the result is
@ -131,7 +131,7 @@ namespace boost {
a match). a match).
\param Input A container which will be searched. \param Input A container which will be searched.
\param Finder A finder object used for searching \param Finder A finder object used for searching
\return A reference the result \return A reference to the result
\note Prior content of the result will be overwritten. \note Prior content of the result will be overwritten.
*/ */