sphinx-contrib / matlabdomain

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

Add support for function with outputs but no inputs #200

Closed H0R5E closed 1 year ago

H0R5E commented 1 year ago

This commit adds a specific lexer for a function with outputs but no inputs (or parentheses).

Fixes #199