From ef8f294288b80cee876dfc96f95630c88b7a81e2 Mon Sep 17 00:00:00 2001 From: albert-github Date: Mon, 20 Oct 2025 18:58:27 +0200 Subject: [PATCH] Documentation correction Added missing end double quotes as noted in (a.o.) overnight documentation build: https://cgal.geometryfactory.com/CGAL/Manual_doxygen_test/CGAL-6.2-I-22/index.html --- Mesh_3/include/CGAL/refine_mesh_3.h | 2 +- Periodic_3_mesh_3/include/CGAL/refine_periodic_3_mesh_3.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Mesh_3/include/CGAL/refine_mesh_3.h b/Mesh_3/include/CGAL/refine_mesh_3.h index b19dd04a8b8..e970ab1159a 100644 --- a/Mesh_3/include/CGAL/refine_mesh_3.h +++ b/Mesh_3/include/CGAL/refine_mesh_3.h @@ -151,7 +151,7 @@ private: * \tparam MC either a model of the concept `MeshCriteria_3` or a model * of `MeshCriteriaWithFeatures_3` if the domain has exposed features. * - * \tparam NamedParameters a sequence of \ref bgl_namedparameters "Named Parameters + * \tparam NamedParameters a sequence of \ref bgl_namedparameters "Named Parameters" * * \param c3t3 the mesh to be refined that is modified by the refinement process. * As the refinement process only adds points to the triangulation, all diff --git a/Periodic_3_mesh_3/include/CGAL/refine_periodic_3_mesh_3.h b/Periodic_3_mesh_3/include/CGAL/refine_periodic_3_mesh_3.h index 21f05786b57..bbaffe38f2f 100644 --- a/Periodic_3_mesh_3/include/CGAL/refine_periodic_3_mesh_3.h +++ b/Periodic_3_mesh_3/include/CGAL/refine_periodic_3_mesh_3.h @@ -270,7 +270,7 @@ void project_dummy_points_of_surface(C3T3& c3t3, * `criteria` provides a sizing field to guide the discretization * of 1-dimensional exposed features. * - * \tparam NamedParameters a sequence of \ref bgl_namedparameters "Named Parameters + * \tparam NamedParameters a sequence of \ref bgl_namedparameters "Named Parameters" * * \param c3t3 the mesh to be refined. * \param domain the domain to be discretized