backquote in the ref manual

This commit is contained in:
Andreas Fabri 2013-04-09 14:01:10 +02:00
parent afea80501e
commit 033fdc8c49
2 changed files with 5 additions and 5 deletions

View File

@ -5,11 +5,11 @@
A model of this concept represents a general polygon with holes.
\cgalRefines DefaultConstructible
\cgalRefines CopyConstructible
\cgalRefines Assignable
\cgalRefines `DefaultConstructible`
\cgalRefines `CopyConstructible`
\cgalRefines `Assignable`
\cgalGeneralizes ::GeneralPolygonWithHoles_2
\cgalGeneralizes `GeneralPolygonWithHoles_2`
\cgalHasModel `GeneralPolygonSetTraits_2::Polygon_with_holes2`

View File

@ -9,7 +9,7 @@ A model of this concept represents a simple general polygon.
\cgalRefines `CopyConstructible`
\cgalRefines `Assignable`
\cgalGeneralizes ::GeneralPolygon_2
\cgalGeneralizes `GeneralPolygon_2`
\cgalHasModel `GeneralPolygonSetTraits_2::Polygon_2`
\cgalHasModel `CGAL::Polygon_2<PolygonTraits_2, Container>`