From 04be232d145595b49e83bbda302ebbc2fbc493bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Tue, 12 Sep 2023 15:29:55 +0200 Subject: [PATCH] update to macro update --- .../CGAL/Polygon_mesh_processing/Adaptive_sizing_field.h | 2 +- .../Isotropic_remeshing/Sizing_field_base.h | 2 +- .../include/CGAL/Polygon_mesh_processing/Uniform_sizing_field.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/Adaptive_sizing_field.h b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/Adaptive_sizing_field.h index d77803bba82..ed7332e1314 100644 --- a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/Adaptive_sizing_field.h +++ b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/Adaptive_sizing_field.h @@ -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` diff --git a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/Isotropic_remeshing/Sizing_field_base.h b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/Isotropic_remeshing/Sizing_field_base.h index 580601bbaec..5278896f9d8 100644 --- a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/Isotropic_remeshing/Sizing_field_base.h +++ b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/Isotropic_remeshing/Sizing_field_base.h @@ -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` diff --git a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/Uniform_sizing_field.h b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/Uniform_sizing_field.h index 02d21df369b..b454b5d2abf 100644 --- a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/Uniform_sizing_field.h +++ b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/Uniform_sizing_field.h @@ -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`