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,