Documentation correction (#9104)

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:
Sebastien Loriot 2025-10-22 11:05:02 +02:00 committed by GitHub
commit 0d76367533
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 * \tparam MC either a model of the concept `MeshCriteria_3` or a model
* of `MeshCriteriaWithFeatures_3` if the domain has exposed features. * 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. * \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 * 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 * `criteria` provides a sizing field to guide the discretization
* of 1-dimensional exposed features. * 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 c3t3 the mesh to be refined.
* \param domain the domain to be discretized * \param domain the domain to be discretized