<br> shall not be used inside backtick

This commit is contained in:
Sébastien Loriot 2013-01-07 11:12:55 +01:00
parent efae8622fd
commit 4eb9c27cc8
1 changed files with 4 additions and 4 deletions

View File

@ -119,13 +119,13 @@ A function object to construct
a set of initial points on the surface of the domain. Provides the
following operators:
`template<typename OutputIterator>
`template<typename OutputIterator>`
<br>
OutputIterator operator()(OutputIterator pts)`
`OutputIterator operator()(OutputIterator pts)`
`template<typename OutputIterator>
`template<typename OutputIterator>`
<br>
OutputIterator operator()(int n, OutputIterator pts)`
`OutputIterator operator()(int n, OutputIterator pts)`
Those two operators output a set of (`n`) surface points to the
output iterator `pts`, as objects of type `std::pair<Point_3,