mirror of
https://github.com/boostorg/algorithm.git
synced 2025-07-06 01:06:37 +02:00
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:
@ -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.
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user