From 07e5bc9ec2d30aebdf118e5914f10a6947eebe07 Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Tue, 31 May 2022 15:34:56 +0100 Subject: [PATCH] Document parameters --- AABB_tree/include/CGAL/AABB_tree.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/AABB_tree/include/CGAL/AABB_tree.h b/AABB_tree/include/CGAL/AABB_tree.h index 6b78257447c..3e4b684b9b8 100644 --- a/AABB_tree/include/CGAL/AABB_tree.h +++ b/AABB_tree/include/CGAL/AABB_tree.h @@ -565,6 +565,8 @@ public: * @param first the first primitive to insert * @param beyond the last primitive to insert * @param range the number of primitive of the range + * @param compute_bbox a functor + * @param split_primitives a functor * * [first,beyond[ is the range of primitives to be added to the tree. */