From ca605fe57f9f82cd81e4c6af32f08f2bfa5f2ad6 Mon Sep 17 00:00:00 2001 From: ange-clement Date: Tue, 7 Nov 2023 16:24:59 +0100 Subject: [PATCH] Fix doc build --- Mesh_3/doc/Mesh_3/Concepts/InitialPointsGenerator.h | 3 +++ Mesh_3/doc/Mesh_3/Mesh_3.txt | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Mesh_3/doc/Mesh_3/Concepts/InitialPointsGenerator.h b/Mesh_3/doc/Mesh_3/Concepts/InitialPointsGenerator.h index f2ea33d691b..8d1493d8ebc 100644 --- a/Mesh_3/doc/Mesh_3/Concepts/InitialPointsGenerator.h +++ b/Mesh_3/doc/Mesh_3/Concepts/InitialPointsGenerator.h @@ -30,6 +30,9 @@ output iterator `pts`, as objects of type `std::tuple` @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 */ diff --git a/Mesh_3/doc/Mesh_3/Mesh_3.txt b/Mesh_3/doc/Mesh_3/Mesh_3.txt index edf2e81d985..aa003abdbd2 100644 --- a/Mesh_3/doc/Mesh_3/Mesh_3.txt +++ b/Mesh_3/doc/Mesh_3/Mesh_3.txt @@ -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