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