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