mirror of https://github.com/CGAL/cgal
Small fixes
This commit is contained in:
parent
9487c71ad1
commit
f9c4148d4c
|
|
@ -16,9 +16,6 @@ section in the user manual for what reasonable means.
|
|||
A comprehensive definition of regular triangulations is available in the
|
||||
User Manual.
|
||||
|
||||
Parameters
|
||||
--------------
|
||||
|
||||
\tparam RegularTriangulationTraits_ is the geometric traits class that provides the
|
||||
geometric types and predicates needed by regular triangulations.
|
||||
`RegularTriangulationTraits_` must be a model of the concept
|
||||
|
|
@ -73,7 +70,7 @@ Regular_triangulation(const int dim, const Geom_traits gt = Geom_traits());
|
|||
|
||||
/// @}
|
||||
|
||||
/// \name Point insertion
|
||||
/// \name Point Insertion
|
||||
/// @{
|
||||
|
||||
/*!
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ This concept describes the geometric types and predicates required to build
|
|||
a regular triangulation. It corresponds to the first template parameter of the class
|
||||
`CGAL::Regular_triangulation<RegularTriangulationTraits_, TriangulationDataStructure_>`.
|
||||
|
||||
\cgalRefines ::TriangulationTraits.
|
||||
\cgalRefines TriangulationTraits.
|
||||
|
||||
\cgalHasModel `CGAL::Epick_d<Dim>`
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue