From 4efaa1e9cb93e22c6d5586bcc363f5ade85fe52e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mael=20Rouxel-Labb=C3=A9?= Date: Fri, 13 Dec 2024 11:57:30 +0100 Subject: [PATCH] Fix link to replacement function --- .../include/CGAL/Polygon_mesh_processing/smooth_mesh.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/smooth_mesh.h b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/smooth_mesh.h index 0c06d588abc..361593e8aae 100644 --- a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/smooth_mesh.h +++ b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/smooth_mesh.h @@ -31,7 +31,7 @@ namespace Polygon_mesh_processing { * \ingroup PMPDeprecated * * \deprecated This function is deprecated since \cgal 5.5, -* `CGAL::angle_and_area_smoothing()` should be used instead. +* `CGAL::Polygon_mesh_processing::angle_and_area_smoothing()` should be used instead. */ template CGAL_DEPRECATED void smooth_mesh(const FaceRange& faces,