mirror of https://github.com/CGAL/cgal
make doxygen picking the correct return type
This commit is contained in:
parent
a10c77ab03
commit
c2fc43a8df
|
|
@ -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 >
|
||||
|
|
|
|||
Loading…
Reference in New Issue