Add deprecation warning in PropertyProxy
- Mar 14, 2018
-
-
Frank Winklmeier authored
If a property contains '[[deprecated]]' in its doc string, print a deprecation warning on setting the property value.
-
If a property contains [[deprecated]]
in its doc string, print a
deprecation warning on setting the property value.
Example:
# WARNING: Property A1.ErrorMax is deprecated: [[deprecated]] max number of errors [Algorithm]
If a property contains '[[deprecated]]' in its doc string, print a deprecation warning on setting the property value.