mirror of https://github.com/CGAL/cgal
cosmetic changes for vertex and face class documentation
This commit is contained in:
parent
c05c76bf83
commit
b714f3528d
|
|
@ -12,7 +12,7 @@ concept `Periodic_4HyperbolicTriangulationDSFaceBase_2`. It accepts two template
|
||||||
|
|
||||||
\tparam GT Geometric Traits type. This should be a model of the concept `Periodic_4HyperbolicDelaunayTriangulationTraits_2`.
|
\tparam GT Geometric Traits type. This should be a model of the concept `Periodic_4HyperbolicDelaunayTriangulationTraits_2`.
|
||||||
This template parameter has no default value.
|
This template parameter has no default value.
|
||||||
\tparam FB Face Base type. Should be a model of the concept TriangulationDSFaceBase_2.
|
\tparam FB Face Base type. Should be a model of the concept `TriangulationDSFaceBase_2`.
|
||||||
The default value for this template parameter is `Triangulation_ds_face_base_2<>`
|
The default value for this template parameter is `Triangulation_ds_face_base_2<>`
|
||||||
|
|
||||||
\cgalModels Periodic_4HyperbolicTriangulationDSFaceBase_2
|
\cgalModels Periodic_4HyperbolicTriangulationDSFaceBase_2
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@ concept `Periodic_4HyperbolicTriangulationDSVertexBase_2`. It accepts two templa
|
||||||
|
|
||||||
\tparam GT Geometric Traits type. This should be a model of the concept `Periodic_4HyperbolicDelaunayTriangulationTraits_2`.
|
\tparam GT Geometric Traits type. This should be a model of the concept `Periodic_4HyperbolicDelaunayTriangulationTraits_2`.
|
||||||
This template parameter has no default value.
|
This template parameter has no default value.
|
||||||
\tparam Vb Vertex Base type. Should be a model of the concept TriangulationDSVertexBase_2.
|
\tparam Vb Vertex Base type. Should be a model of the concept `TriangulationDSVertexBase_2`.
|
||||||
The default value for this template parameter is `CGAL::Triangulation_ds_vertex_base_2<>`
|
The default value for this template parameter is `CGAL::Triangulation_ds_vertex_base_2<>`
|
||||||
|
|
||||||
\cgalModels Periodic_4HyperbolicTriangulationDSVertexBase_2
|
\cgalModels Periodic_4HyperbolicTriangulationDSVertexBase_2
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue