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:
Laurent Rineau 2022-03-18 15:58:04 +01:00
commit 6d067f141c
2 changed files with 2 additions and 2 deletions

View File

@ -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.
/// @{

View File

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