diff --git a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/self_intersections.h b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/self_intersections.h index 9fc381ae2c0..528b21c468c 100644 --- a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/self_intersections.h +++ b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/self_intersections.h @@ -357,8 +357,6 @@ OutputIterator self_intersections(const FaceRange& face_range, * * @tparam TriangleMesh a model of `FaceListGraph` that has an internal property map * for `CGAL::vertex_point_t` - * @tparam OutputIterator a model of `OutputIterator` holding objects of type - * `std::pair::%face_descriptor, boost::graph_traits::%face_descriptor>` * @tparam NamedParameters a sequence of \ref namedparameters * * @param tmesh the triangulated surface mesh to be tested