sphinx-contrib / matlabdomain

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

Fix parsing of classes with trailing semicolon #186

Closed joeced closed 1 year ago

joeced commented 1 year ago

Found some code with trailing semicolons after end, i.e.

classdef 
    properties
        ...
    end;

    methods
       ...
    end;
end;

This would result in a endless loop in MatClass.__init__.