update documentation

This commit is contained in:
Max Lyon
2019-11-06 11:41:41 +01:00
parent f47228003e
commit 3a2791c436
8 changed files with 22818 additions and 7 deletions

View File

@@ -226,6 +226,7 @@ class PropertyManager {
* Create a wrapper around an existing property. Lifetime is not managed.
*
* @param mesh The mesh on which to create the property.
* @param property_handle Handle to an existing property that should be wrapped.
*/
PropertyManager(PolyConnectivity& mesh, PROPTYPE property_handle) : mesh_(mesh), prop_(property_handle), retain_(true), name_() {
}