sphinx-contrib / matlabdomain

A Sphinx extension for documenting Matlab code
http://sphinxcontrib-matlabdomain.readthedocs.io/
Other
70 stars 45 forks source link

Enable Function Arguments Support #111

Closed H0R5E closed 4 years ago

H0R5E commented 4 years ago

This commit adds support for function argument validation, as added in MATLAB 2019b and detailed here.

The added test class ClassWithFunctionArguments would cause the tests to hang on the nondocumentedmethod function without the added keywords.