fixed example name

This commit is contained in:
POUGET Marc 2025-01-20 10:06:28 +01:00
parent 20bcc2e11a
commit 4b7be41b9d
2 changed files with 2 additions and 2 deletions

View File

@ -130,7 +130,7 @@ The function `CGAL::Triangulation_on_hyperbolic_surface_2::lift()` enables to vi
\section Section_Hyperbolic_Surface_Triangulations_Example Example
The example below generates a convex fundamental domain of a surface of genus 2, triangulates the domain, applies the Delaunay flip algorithm to the resulting triangulation, saves and prints the Delaunay triangulation.
\cgalExample{Triangulation_on_hyperbolic_surface_2/hyperbolic_surface_triangulation.cpp}
\cgalExample{Triangulation_on_hyperbolic_surface_2/Triangulation_on_hyperbolic_surface_2.cpp}
\section Section_Hyperbolic_Surface_Implementation_History Design and Implementation History

View File

@ -1,3 +1,3 @@
/*!
\example Triangulation_on_hyperbolic_surface_2/hyperbolic_surface_triangulation.cpp
\example Triangulation_on_hyperbolic_surface_2/Triangulation_on_hyperbolic_surface_2.cpp
*/