sphinx-contrib / matlabdomain

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

Fix parsing of property docstring. #228

Closed joeced closed 11 months ago

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