remove backticks in arguments of \ref command

This commit is contained in:
Sébastien Loriot 2017-08-03 13:22:51 +02:00
parent a2f1f4f67c
commit 081338bbcb
1 changed files with 2 additions and 2 deletions

View File

@ -194,8 +194,8 @@ struct AABB_traits_base_2<GeomTraits,true>{
/// 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`