remove extra .

This commit is contained in:
Sébastien Loriot 2013-01-02 15:44:57 +01:00
parent 39004fef50
commit 571f782910
3 changed files with 3 additions and 3 deletions

View File

@ -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`

View File

@ -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

View File

@ -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>`