Merge branch 'PropertyManagerDocuFix' into 'master'

remove recommendation to not use PropertyManager constructors directly

See merge request OpenMesh/OpenMesh!270
This commit is contained in:
Jan Möbius
2020-06-02 12:04:32 +02:00

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