mirror of https://github.com/CGAL/cgal
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:
commit
0d76367533
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue