diff --git a/AABB_tree/include/CGAL/AABB_traits.h b/AABB_tree/include/CGAL/AABB_traits.h index e98d3fcd233..793344d67bc 100644 --- a/AABB_tree/include/CGAL/AABB_traits.h +++ b/AABB_tree/include/CGAL/AABB_traits.h @@ -194,8 +194,8 @@ struct AABB_traits_base_2{ /// member function `bbox()` that returns the bounding box of the primitive. /// /// If the argument `GeomTraits` is a model of the concept \ref -/// `AABBRayIntersectionGeomTraits`, this class is also a model of \ref -/// `AABBRayIntersectionTraits`. +/// AABBRayIntersectionGeomTraits, this class is also a model of \ref +/// AABBRayIntersectionTraits. /// /// \sa `AABBTraits` /// \sa `AABB_tree`