make doxygen picking the correct return type

This commit is contained in:
Sébastien Loriot 2013-07-24 16:59:01 +02:00
parent a10c77ab03
commit c2fc43a8df
1 changed files with 1 additions and 1 deletions

View File

@ -384,7 +384,7 @@ public:
/// for which `do_intersect` predicates
/// and intersections are defined in the traits class AABBTraits.
template <typename Query>
#if CGAL_INTERSECTION_VERSION < 2
#if CGAL_INTERSECTION_VERSION < 2 && !defined(DOXYGEN_RUNNING)
boost::optional<Object_and_primitive_id>
#else
boost::optional< typename Intersection_and_primitive_id<Query>::Type >