From 89ef292122de96fa9894fd549beb728f0e408f42 Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Wed, 1 Jun 2022 11:20:23 +0100 Subject: [PATCH] Document node --- AABB_tree/include/CGAL/AABB_tree.h | 1 + 1 file changed, 1 insertion(+) diff --git a/AABB_tree/include/CGAL/AABB_tree.h b/AABB_tree/include/CGAL/AABB_tree.h index 3e4b684b9b8..81a334d5696 100644 --- a/AABB_tree/include/CGAL/AABB_tree.h +++ b/AABB_tree/include/CGAL/AABB_tree.h @@ -562,6 +562,7 @@ public: /** * @brief Builds the tree by recursive expansion. + * @param node the root node of the subtree to generate * @param first the first primitive to insert * @param beyond the last primitive to insert * @param range the number of primitive of the range