From 13c1e4c3c686e98d4660a12c78f683179f651342 Mon Sep 17 00:00:00 2001 From: Mael Date: Mon, 20 Jan 2025 10:10:18 +0100 Subject: [PATCH] Prevent bad edge_descriptor links Co-authored-by: Sebastien Loriot --- .../include/CGAL/Polygon_mesh_processing/measure.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/measure.h b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/measure.h index fb1c532fd089..669d50b1d770 100644 --- a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/measure.h +++ b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/measure.h @@ -343,7 +343,7 @@ class MinMaxEdgeLength * @tparam ConcurrencyTag enables sequential versus parallel algorithm. Possible values are * `Sequential_tag`, `Parallel_tag`, and `Parallel_if_available_tag`. * @tparam EdgeRange a model of `Range` whose iterator type is `InputIterator` with value type - * `boost::graph_traits::edge_descriptor`. + * `boost::graph_traits::%edge_descriptor`. * @tparam PolygonMesh a model of `HalfedgeGraph` * @tparam NamedParameters a sequence of \ref bgl_namedparameters "Named Parameters" * @@ -1466,7 +1466,7 @@ class MinMaxDihedralAngle * \tparam ConcurrencyTag enables sequential versus parallel algorithm. Possible values are * `Sequential_tag`, `Parallel_tag`, and `Parallel_if_available_tag`. * \tparam EdgeRange a model of `Range` whhose iterator type is `InputIterator` with value type - * `boost::graph_traits::edge_descriptor`. + * `boost::graph_traits::%edge_descriptor`. * \tparam TriangleMesh a model of `HalfedgeListGraph` * \tparam NamedParameters a sequence of \ref bgl_namedparameters "Named Parameters" *