backquote \hasModel

This commit is contained in:
Andreas Fabri 2012-08-29 08:51:26 +00:00
parent 7cd5189e8e
commit 82dbdee593
3 changed files with 7 additions and 7 deletions

View File

@ -5,9 +5,9 @@
Requirements of the traits class to be used with the
class `Convex_hull_d`.
\hasModel CGAL::Cartesian_d<FT,LA>
\hasModel CGAL::Homogeneous_d<RT,LA>
\hasModel CGAL::Convex_hull_d_traits_3<R>
\hasModel `CGAL::Cartesian_d<FT,LA>`
\hasModel `CGAL::Homogeneous_d<RT,LA>`
\hasModel `CGAL::Convex_hull_d_traits_3<R>`
*/
class ConvexHullTraits_d {

View File

@ -5,8 +5,8 @@
Requirements of the second traits class to be used with the
class `Delaunay_d`.
\hasModel CGAL::Cartesian_d<FT,LA>
\hasModel CGAL::Homogeneous_d<RT,LA>
\hasModel `CGAL::Cartesian_d<FT,LA>`
\hasModel `CGAL::Homogeneous_d<RT,LA>`
*/
class DelaunayLiftedTraits_d {

View File

@ -5,8 +5,8 @@
Requirements of the first traits class to be used with the
class `Delaunay_d`.
\hasModel CGAL::Cartesian_d<FT,LA>
\hasModel CGAL::Homogeneous_d<RT,LA>
\hasModel `CGAL::Cartesian_d<FT,LA>`
\hasModel `CGAL::Homogeneous_d<RT,LA>`
*/