diff --git a/Constrained_triangulation_3/include/CGAL/make_conforming_constrained_Delaunay_triangulation_3.h b/Constrained_triangulation_3/include/CGAL/make_conforming_constrained_Delaunay_triangulation_3.h index 482ce4074528..7070dd9dc857 100644 --- a/Constrained_triangulation_3/include/CGAL/make_conforming_constrained_Delaunay_triangulation_3.h +++ b/Constrained_triangulation_3/include/CGAL/make_conforming_constrained_Delaunay_triangulation_3.h @@ -157,7 +157,10 @@ auto make_conforming_constrained_Delaunay_triangulation_3(const PolygonMesh &mes * * \cgalNamedParamsEnd * - * \pre The polygon soup must not have self-intersections. + * \pre The polygon soup must not have self-intersections. If the polygon soup is a triangle soup, this is equivalent to: + * \link CGAL::Polygon_mesh_processing::does_triangle_soup_self_intersect + * `CGAL::Polygon_mesh_processing::does_triangle_soup_self_intersect(points, polygons, np) == false` + * \endlink. */ template