Merge pull request #6460 from CGAL/afabri-patch-2

PMP:  Avoid link in documentation with a %
This commit is contained in:
Laurent Rineau
2022-03-31 16:57:56 +02:00
@@ -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.