diff --git a/Polygon_mesh_processing/doc/Polygon_mesh_processing/Concepts/SelfIntersectionTraits.h b/Polygon_mesh_processing/doc/Polygon_mesh_processing/Concepts/SelfIntersectionTraits.h index 0e8f74ff885..1c1b23225fe 100644 --- a/Polygon_mesh_processing/doc/Polygon_mesh_processing/Concepts/SelfIntersectionTraits.h +++ b/Polygon_mesh_processing/doc/Polygon_mesh_processing/Concepts/SelfIntersectionTraits.h @@ -1,7 +1,7 @@ /// \ingroup PkgPolygonMeshProcessingConcepts /// \cgalConcept /// -/// Geometric traits concept for the functions `self_intersections` and `is_self_intersecting`. +/// Geometric traits concept for the functions `CGAL::self_intersections()` and `CGAL::is_self_intersecting()`. class SelfIntersectionTraits{ public: /// @name Geometric Types