Fix link to replacement function

This commit is contained in:
Mael Rouxel-Labbé 2024-12-13 11:57:30 +01:00
parent 289a8bda49
commit 4efaa1e9cb
1 changed files with 1 additions and 1 deletions

View File

@ -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<typename TriangleMesh, typename FaceRange, typename NamedParameters = parameters::Default_named_parameters>
CGAL_DEPRECATED void smooth_mesh(const FaceRange& faces,