fix documentation

this template parameter is not needed!
This commit is contained in:
Jane Tournois 2015-07-24 12:33:27 +02:00
parent 2a6ddd38a4
commit fb1714154f
1 changed files with 0 additions and 2 deletions

View File

@ -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<boost::graph_traits<TriangleMesh>::%face_descriptor, boost::graph_traits<TriangleMesh>::%face_descriptor>`
* @tparam NamedParameters a sequence of \ref namedparameters
*
* @param tmesh the triangulated surface mesh to be tested