sphinx-contrib / matlabdomain

A Sphinx extension for documenting Matlab code
Other
64 stars 45 forks source link

Parsing: Fix bug property default value parsing. #249

Closed joeced closed 3 months ago

joeced commented 3 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.