sphinx-contrib / matlabdomain

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

Parsing: Fix bug property default value parsing. #249

Closed joeced closed 6 months ago

joeced commented 6 months ago

If a class property has a multiline default value, we would end in a infinite loop if there was two or more consecutive newlines.