From 821f7dc9245d65e16e3c82ea8d7efe2e652ffb6f Mon Sep 17 00:00:00 2001 From: Sven Oesau Date: Tue, 5 Jul 2022 11:49:15 +0200 Subject: [PATCH] doc fix [skip ci] --- .../CGAL/Shape_detection/Region_growing/free_functions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shape_detection/include/CGAL/Shape_detection/Region_growing/free_functions.h b/Shape_detection/include/CGAL/Shape_detection/Region_growing/free_functions.h index 886a07d2af6..c4af27ec521 100644 --- a/Shape_detection/include/CGAL/Shape_detection/Region_growing/free_functions.h +++ b/Shape_detection/include/CGAL/Shape_detection/Region_growing/free_functions.h @@ -206,7 +206,7 @@ OutputIterator region_growing_planes( @tparam PolygonMesh a model of `FaceListGraph` - @tparam OutputIterator a model of `OutputIterator` accepting a `std::pair::face_iterator> >`. + @tparam OutputIterator a model of `OutputIterator` accepting a `std::pair::%face_iterator> >`. @tparam NamedParameters a sequence of \ref bgl_namedparameters "Named Parameters" @param polygon_mesh polygon mesh for region growing.