mirror of https://github.com/CGAL/cgal
Merge pull request #6418 from albert-github/feature/bug_enumeration
Periodic_4_hyperbolic_triangulation_2 and Hyperbolic_triangulation_2: Incorrect enumeration sections
This commit is contained in:
commit
6d067f141c
|
|
@ -72,7 +72,7 @@ public:
|
|||
typedef Triangulation_data_structure::Vertex_circulator Vertex_circulator;
|
||||
/// @}
|
||||
|
||||
/// \name
|
||||
/// \name Enums
|
||||
/// The enumeration `Locate_type` is defined to specify which case occurs when locating a
|
||||
/// point in the triangulation.
|
||||
/// @{
|
||||
|
|
|
|||
|
|
@ -109,7 +109,7 @@ public:
|
|||
typedef typename Triangulation_data_structure::Vertex_circulator Vertex_circulator;
|
||||
/// @}
|
||||
|
||||
/// \name
|
||||
/// \name Enums
|
||||
/// The following enumeration type indicates where a point is located in the triangulation.
|
||||
/// @{
|
||||
enum Locate_type {
|
||||
|
|
|
|||
Loading…
Reference in New Issue