From 3fd0a03cfb211e9dce9191021b8bd3d31f9ae9c6 Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Tue, 29 Mar 2022 12:04:59 +0200 Subject: [PATCH] Update corefinement.h --- .../include/CGAL/Polygon_mesh_processing/corefinement.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/corefinement.h b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/corefinement.h index 79b16912735..d0be5af5786 100644 --- a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/corefinement.h +++ b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/corefinement.h @@ -38,7 +38,7 @@ namespace Polygon_mesh_processing { namespace Corefinement { /** \ingroup PMP_corefinement_grp - * Default new-face visitor model of `PMPCorefinementVisitor`. + * %Default new-face visitor model of `PMPCorefinementVisitor`. * All of its functions have an empty body. This class can be used as a * base class if only some of the functions of the concept require to be * overridden.