From e74811189ba6b9d8080b69f80f8aad56e0bfbd9a Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Thu, 10 Oct 2024 19:40:50 +0100 Subject: [PATCH] prefix with CGAL:: in concept doc --- .../Concepts/HyperbolicDelaunayTriangulationTraits_2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Hyperbolic_triangulation_2/doc/Hyperbolic_triangulation_2/Concepts/HyperbolicDelaunayTriangulationTraits_2.h b/Hyperbolic_triangulation_2/doc/Hyperbolic_triangulation_2/Concepts/HyperbolicDelaunayTriangulationTraits_2.h index 1aaec1a1a00..2f6cef0e871 100644 --- a/Hyperbolic_triangulation_2/doc/Hyperbolic_triangulation_2/Concepts/HyperbolicDelaunayTriangulationTraits_2.h +++ b/Hyperbolic_triangulation_2/doc/Hyperbolic_triangulation_2/Concepts/HyperbolicDelaunayTriangulationTraits_2.h @@ -170,7 +170,7 @@ public: /// @} /// \name - /// The following functions must be provided only if the methods of `Hyperbolic_Delaunay_triangulation_2` + /// The following functions must be provided only if the methods of `CGAL::Hyperbolic_Delaunay_triangulation_2` /// that return elements of the Voronoi diagram are instantiated: /// @{ Construct_hyperbolic_segment_2 construct_hyperbolic_segment_2_object();