From 79442d98ee7b0fe2f18babbda1992ca820076d92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Wed, 24 Jul 2013 16:43:07 +0200 Subject: [PATCH] doc typo --- .../AABB_tree_ref/AABB_face_graph_triangle_primitive.tex | 2 +- AABB_tree/include/CGAL/AABB_face_graph_triangle_primitive.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/AABB_tree/doc_tex/AABB_tree_ref/AABB_face_graph_triangle_primitive.tex b/AABB_tree/doc_tex/AABB_tree_ref/AABB_face_graph_triangle_primitive.tex index 18c6f29859e..7a917739b2a 100644 --- a/AABB_tree/doc_tex/AABB_tree_ref/AABB_face_graph_triangle_primitive.tex +++ b/AABB_tree/doc_tex/AABB_tree_ref/AABB_face_graph_triangle_primitive.tex @@ -13,7 +13,7 @@ while the AABB tree holding the primitive is in use. \ccParameters -\ccc{FaceGraph} is a model of the face graph concept.\\ +\ccc{FaceGraph} is a CGAL polyhedron.\\ \ccc{OneFaceGraphPerTree} is either \ccc{CGAL::Tag_true} or \ccc{CGAL::Tag_false}. In the former case, we guarantee that all the primitives will be from a common \ccc{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 graphs and extra storage is required in the primitives. The default is \ccc{CGAL::Tag_true}.\\ \ccc{CacheDatum} is either \ccc{CGAL::Tag_true} or \ccc{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 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 4cdde30399e..fc937d9b0f8 100644 --- a/AABB_tree/include/CGAL/AABB_face_graph_triangle_primitive.h +++ b/AABB_tree/include/CGAL/AABB_face_graph_triangle_primitive.h @@ -38,7 +38,7 @@ namespace CGAL { * * \cgalModels `AABBPrimitiveWithSharedData` * - *\tparam FaceGraph is a \cgal Polyhedron. + *\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 OneFaceGraphPerTree must be set to `CGAL::Default`