From 67fa3851900f79c424c2a32154776e5f89444ebb Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Wed, 11 Jun 2014 15:10:21 +0200 Subject: [PATCH] A FaceGraph is any model of the concept face graph --- AABB_tree/include/CGAL/AABB_face_graph_triangle_primitive.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/AABB_tree/include/CGAL/AABB_face_graph_triangle_primitive.h b/AABB_tree/include/CGAL/AABB_face_graph_triangle_primitive.h index c09a99cac2d..acb4144da4f 100644 --- a/AABB_tree/include/CGAL/AABB_face_graph_triangle_primitive.h +++ b/AABB_tree/include/CGAL/AABB_face_graph_triangle_primitive.h @@ -38,9 +38,9 @@ namespace CGAL { * * \cgalModels `AABBPrimitiveWithSharedData` * - *\tparam FaceGraph is a \cgal polyhedron. - *\tparam VertexPointPMap must be set to `CGAL::Default` - * This parameter is useless for the moment and will be useful in an upcoming release of \cgal. + *\tparam FaceGraph is a model of the face graph concept. + *\tparam VertexPointPMap is a property map with `boost::graph_traits::%vertex_descriptor` + * as key type and a \cgal Kernel `Point_3` as value type. *\tparam OneFaceGraphPerTree is either `CGAL::Tag_true` or `CGAL::Tag_false`. * In the former case, we guarantee that all the primitives will be from a * common polyhedron and some data will be factorized so that the size of