mirror of https://github.com/CGAL/cgal
remove extra .
This commit is contained in:
parent
39004fef50
commit
571f782910
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
This concept describes the requirements for the base vertex of a alpha shape with a fixed value alpha.
|
||||
|
||||
\cgalRefines `TriangulationVertexBase_3.`
|
||||
\cgalRefines `TriangulationVertexBase_3`
|
||||
|
||||
|
||||
\cgalHasModel `CGAL::Fixed_alpha_shape_vertex_base_3`
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ sequences of iso-oriented boxes. This concept defines the access
|
|||
functions to the dimension, the `id`-number, and the boundaries of
|
||||
the boxes manipulated in these algorithms.
|
||||
|
||||
\cgalRefines `Assignable.`
|
||||
\cgalRefines `Assignable`
|
||||
|
||||
\cgalHasModel CGAL::Box_intersection_d::Box_traits_d
|
||||
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ additional requirements to the `PolyhedronTraits_3` concept
|
|||
required by `CGAL::Polyhedron_3<Traits>` used within the class
|
||||
`CGAL::Parameterization_polyhedron_adaptor_3<Polyhedron_3_>`.
|
||||
|
||||
\cgalRefines `PolyhedronTraits_3.`
|
||||
\cgalRefines `PolyhedronTraits_3`
|
||||
|
||||
\cgalHasModel `CGAL::Polyhedron_traits_3<Kernel>`
|
||||
\cgalHasModel `CGAL::Polyhedron_traits_with_normals_3<Kernel>`
|
||||
|
|
|
|||
Loading…
Reference in New Issue