diff --git a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/stitch_borders.h b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/stitch_borders.h index f378afcd4b8..88bc274e215 100644 --- a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/stitch_borders.h +++ b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/stitch_borders.h @@ -268,9 +268,11 @@ private: * * @tparam PolygonMesh a model of `FaceListGraph` and `MutableFaceGraph` * that has a property map for `boost::vertex_point_t` -* @tparam HalfedgePairsRange a model of `SinglePassRange` -* holding objects of type -* `std::pair::%halfedge_descriptor, boost::graph_traits::%halfedge_descriptor>` +* @tparam HalfedgePairsRange a model of `Range`. +* Its iterator type is `InputIterator`, +* and value type +* `std::pair::%halfedge_descriptor, +* boost::graph_traits::%halfedge_descriptor>`. * @tparam NamedParameters a sequence of \ref namedparameters * * @param pmesh the polygon mesh to be modified by stitching