From 081338bbcbd84357023d701500c33cda6e9441a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Thu, 3 Aug 2017 13:22:51 +0200 Subject: [PATCH] remove backticks in arguments of \ref command --- AABB_tree/include/CGAL/AABB_traits.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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`