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
This commit is contained in:
albert-github 2025-10-20 18:58:27 +02:00
parent a84ae55fd7
commit ef8f294288
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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