From c2fc43a8df64887ebc7295ea974834c53b473abc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Wed, 24 Jul 2013 16:59:01 +0200 Subject: [PATCH] make doxygen picking the correct return type --- AABB_tree/include/CGAL/AABB_tree.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AABB_tree/include/CGAL/AABB_tree.h b/AABB_tree/include/CGAL/AABB_tree.h index 111587c5985..037471f84b4 100644 --- a/AABB_tree/include/CGAL/AABB_tree.h +++ b/AABB_tree/include/CGAL/AABB_tree.h @@ -384,7 +384,7 @@ public: /// for which `do_intersect` predicates /// and intersections are defined in the traits class AABBTraits. template - #if CGAL_INTERSECTION_VERSION < 2 + #if CGAL_INTERSECTION_VERSION < 2 && !defined(DOXYGEN_RUNNING) boost::optional #else boost::optional< typename Intersection_and_primitive_id::Type >