diff --git a/Mesh_3/doc/Mesh_3/Concepts/MeshDomain_3.h b/Mesh_3/doc/Mesh_3/Concepts/MeshDomain_3.h index 07184fc1d15..c8af7f2f16b 100644 --- a/Mesh_3/doc/Mesh_3/Concepts/MeshDomain_3.h +++ b/Mesh_3/doc/Mesh_3/Concepts/MeshDomain_3.h @@ -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 +`template`
-OutputIterator operator()(OutputIterator pts)` +`OutputIterator operator()(OutputIterator pts)` -`template +`template`
-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