Fix doc build

This commit is contained in:
ange-clement 2023-11-07 16:24:59 +01:00
parent ca7548b341
commit ca605fe57f
2 changed files with 4 additions and 1 deletions

View File

@ -30,6 +30,9 @@ output iterator `pts`, as objects of type
`std::tuple<C3t3::Triangulation::Geom_traits::Weighted_point_3, int, MeshDomain::Index>`
@tparam MeshDomain model of `MeshDomain_3`
@tparam C3t3 model of `MeshComplex_3InTriangulation_3`
@param pts the output points
@param domain the input domain
@param c3t3 the input complex
@param n an estimation of the number of points to output
*/

View File

@ -749,7 +749,7 @@ the triangulation for each connected component.
The parameter `CGAL::parameters::initial_points_generator` is used.
It expects a functor that returns a set of points for the mesh
initialization (following the `InitialPointsGenerator`). The functor
\ref CGAL/Mesh_3/Construct_initial_points_labeled_image.h is used in this example.
`CGAL/Mesh_3/Construct_initial_points_labeled_image.h` is used in this example.
It constructs points using the API of the mesh domain, as follows.
First the functor `construct_intersect` is created