fix linking in \hasModel by backquoting

This commit is contained in:
Andreas Fabri 2012-08-27 12:18:38 +00:00
parent 6473de2fed
commit 90312e082e
3 changed files with 7 additions and 7 deletions

View File

@ -16,10 +16,10 @@ Note however, that these operations usually involve the projection of
\refines ::ArrangementXMonotoneTraits_2
\hasModel CGAL::Env_triangle_traits_3<Kernel>
\hasModel CGAL::Env_sphere_traits_3<ConicTraits>
\hasModel CGAL::Env_plane_traits_3<Kernel>
\hasModel CGAL::Env_surface_data_traits_3<Traits,XyData,SData,Cnv>
\hasModel `CGAL::Env_triangle_traits_3<Kernel>`
\hasModel `CGAL::Env_sphere_traits_3<ConicTraits>`
\hasModel `CGAL::Env_plane_traits_3<Kernel>`
\hasModel `CGAL::Env_surface_data_traits_3<Traits,XyData,SData,Cnv>`
*/

View File

@ -10,7 +10,7 @@ polyhedral mesh approximating a skin surface
\refines ::RegularTriangulationTraits_3
\hasModel CGAL::Skin_surface_traits_3<K>
\hasModel `CGAL::Skin_surface_traits_3<K>`
\sa `CGAL::Skin_surface_3<SkinSurfaceTraits_3>`
\sa `CGAL::Skin_surface_traits_3<K>`

View File

@ -9,8 +9,8 @@ The concept requires a constructor from an iterator range of
weighted points and a shrink factor. By default the input balls are
grown in such that the skin surface wraps around the input balls.
\hasModel CGAL::Skin_surface_3<SkinSurfaceTraits_3>
\hasModel CGAL::Union_of_balls_3<SkinSurfaceTraits_3>
\hasModel `CGAL::Skin_surface_3<SkinSurfaceTraits_3>`
\hasModel `CGAL::Union_of_balls_3<SkinSurfaceTraits_3>`
*/