mirror of https://github.com/CGAL/cgal
Add a depreciation message
This commit is contained in:
parent
e4c7c2e6ec
commit
d9a98ab2b8
|
|
@ -4,7 +4,7 @@ namespace Surface_mesh_simplification {
|
||||||
/*!
|
/*!
|
||||||
\ingroup PkgSurfaceMeshSimplificationRef
|
\ingroup PkgSurfaceMeshSimplificationRef
|
||||||
|
|
||||||
\deprecated
|
\deprecated This class is deprecated since \cgal 5.6, the class `Edge_count_stop_predicate` should be used instead.
|
||||||
|
|
||||||
The class `Count_stop_predicate` is a model for the `StopPredicate` concept,
|
The class `Count_stop_predicate` is a model for the `StopPredicate` concept,
|
||||||
which returns `true` when the number of current edges drops below a certain threshold.
|
which returns `true` when the number of current edges drops below a certain threshold.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue