sphinx-contrib / matlabdomain

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

Add configuration to not show args in class signature #193

Closed joeced closed 1 year ago

joeced commented 1 year ago

Added matlab_class_signature configuration. If True it will show the constructor arguments in the class signature.

Default is set to False, as this is more MATLAB-like.

See #182