Namespaced custom validating functions for properties do not work. It works fine for arguments blocks. The following creates a parsing error that stops the Sphinx build. This bug is on the master branch (385768b at the time of writing this) and not in release 0.22.1.
classdef MyClass
properties
Prop1 {myNamespace.myValidatorFunction(Prop1)}
end
end
Namespaced custom validating functions for properties do not work. It works fine for arguments blocks. The following creates a parsing error that stops the Sphinx build. This bug is on the master branch (385768b at the time of writing this) and not in release 0.22.1.