update to macro update

This commit is contained in:
Sébastien Loriot 2023-09-12 15:29:55 +02:00
parent af95dae8c6
commit 04be232d14
3 changed files with 3 additions and 3 deletions

View File

@ -38,7 +38,7 @@ namespace Polygon_mesh_processing
* Edges longer than the local target edge length are split in half, while
* edges shorter than the local target edge length are collapsed.
*
* \cgalModels PMPSizingField
* \cgalModels{PMPSizingField}
*
* \sa `isotropic_remeshing`
* \sa `Uniform_sizing_field`

View File

@ -29,7 +29,7 @@ namespace Polygon_mesh_processing
* pure virtual class serving as a base for sizing field classes utilized in isotropic
* remeshing.
*
* \cgalModels PMPSizingField
* \cgalModels{PMPSizingField}
*
* \sa `isotropic_remeshing()`
* \sa `Uniform_sizing_field`

View File

@ -31,7 +31,7 @@ namespace Polygon_mesh_processing
* Edges longer than the 4/3 of the target edge length will be split in half, while
* edges shorter than the 4/5 of the target edge length will be collapsed.
*
* \cgalModels PMPSizingField
* \cgalModels{PMPSizingField}
*
* \sa `isotropic_remeshing`
* \sa `Adaptive_sizing_field`