remove recommendation to not use PropertyManager constructors directly

This commit is contained in:
Max Lyon
2020-06-02 10:51:52 +02:00
parent a936d398fb
commit 595e27dafd

View File

@@ -56,10 +56,6 @@ namespace OpenMesh {
* It also defines convenience operators to access the encapsulated * It also defines convenience operators to access the encapsulated
* property's value. * property's value.
* *
* It is recommended to use the factory functions
* makeTemporaryProperty(), getProperty(), and getOrMakeProperty()
* to construct a PropertyManager, e.g.
*
* Note that the second template parameter is depcretated. * Note that the second template parameter is depcretated.
* *
* \code * \code