mirror of https://github.com/CGAL/cgal
backquote in the ref manual
This commit is contained in:
parent
afea80501e
commit
033fdc8c49
|
|
@ -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`
|
||||
|
||||
|
|
|
|||
|
|
@ -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>`
|
||||
|
|
|
|||
Loading…
Reference in New Issue