From cdcf9cb8ffe6dba7030f79675a331fc3bf30bbfb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mael=20Rouxel-Labb=C3=A9?= Date: Thu, 11 Dec 2025 16:55:40 +0100 Subject: [PATCH] Complete old sentence with new NP --- .../include/CGAL/Polygon_mesh_processing/clip.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/clip.h b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/clip.h index 73cd57118a3..489a8ad46ee 100644 --- a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/clip.h +++ b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/clip.h @@ -786,7 +786,7 @@ struct Visitor_wrapper_for_triangulate_face * If `tm` is closed, the clipped part can be kept closed by setting the named parameter `clip_volume` to `true`. * See Subsection \ref coref_clip for more details. * - * \attention With the current implementation, `clipper` will be modified (refined with the intersection with `tm`). + * \attention In the current implementation, `clipper` will be modified (refined with the intersection with `tm`) unless the named parameter `do_not_modify` is set to `true`. * * \pre \link CGAL::Polygon_mesh_processing::does_self_intersect() `!CGAL::Polygon_mesh_processing::does_self_intersect(tm)` \endlink * \pre \link CGAL::Polygon_mesh_processing::does_self_intersect() `!CGAL::Polygon_mesh_processing::does_self_intersect(clipper)` \endlink