sphinx-contrib / matlabdomain

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

Fix parsing of property docstring. #228

Closed joeced closed 8 months ago

joeced commented 8 months ago

In a situation with a comment separated by blank lines before a new comment. The parser could throw a warning.

This closes #220.