cosmetic changes for vertex and face class documentation

This commit is contained in:
Iordan Iordanov 2018-08-27 12:58:22 +02:00
parent c05c76bf83
commit b714f3528d
2 changed files with 2 additions and 2 deletions

View File

@ -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`.
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<>`
\cgalModels Periodic_4HyperbolicTriangulationDSFaceBase_2

View File

@ -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`.
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<>`
\cgalModels Periodic_4HyperbolicTriangulationDSVertexBase_2