From 137971071cd3d950db21f838ecdd5c7148bc5978 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Wed, 29 Apr 2020 17:02:48 +0200 Subject: [PATCH] hide for doxygen --- AABB_tree/include/CGAL/AABB_tree.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/AABB_tree/include/CGAL/AABB_tree.h b/AABB_tree/include/CGAL/AABB_tree.h index dc69c169a6b..84a45fba132 100644 --- a/AABB_tree/include/CGAL/AABB_tree.h +++ b/AABB_tree/include/CGAL/AABB_tree.h @@ -710,7 +710,7 @@ public: custom_build(m_traits.compute_bbox_object(), m_traits.split_primitives_object()); } - +#ifndef DOXYGEN_RUNNING // Build the data structure, after calls to insert(..) template template @@ -744,6 +744,7 @@ public: m_need_build = false; #endif } +#endif // constructs the search KD tree from given points // to accelerate the distance queries template