From f348671e03a30ae95a6e74f47c0ed3ab345ee105 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Mon, 26 Jun 2017 10:08:42 +0200 Subject: [PATCH] update doc that should have been updated when FaceGraph has been introduced --- AABB_tree/include/CGAL/AABB_face_graph_triangle_primitive.h | 5 ++--- 1 file changed, 2 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 e331fcb479c..f403b9a08bc 100644 --- a/AABB_tree/include/CGAL/AABB_face_graph_triangle_primitive.h +++ b/AABB_tree/include/CGAL/AABB_face_graph_triangle_primitive.h @@ -47,10 +47,9 @@ namespace CGAL { * The default is `typename boost::property_map< FaceGraph,vertex_point_t>::%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 + * common `FaceGraph` and some data will be factorized so that the size of * the primitive is reduced. In the latter case, the primitives can be from - * different polyhedra and extra storage is required in the primitives. The default is `CGAL::Tag_true`. - * This parameter is useless for the moment and will be useful in an upcoming release of \cgal. + * different graphs and extra storage is required in the primitives. The default is `CGAL::Tag_true`. *\tparam CacheDatum is either `CGAL::Tag_true` or `CGAL::Tag_false`. In the former case, the datum is stored * in the primitive, while in the latter it is constructed on the fly to reduce the memory footprint. * The default is `CGAL::Tag_false` (datum is not stored).