From fb1714154ffcd511c47e527c3ed1d0636bfa698c Mon Sep 17 00:00:00 2001 From: Jane Tournois Date: Fri, 24 Jul 2015 12:33:27 +0200 Subject: [PATCH] fix documentation this template parameter is not needed! --- .../include/CGAL/Polygon_mesh_processing/self_intersections.h | 2 -- 1 file changed, 2 deletions(-) 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