SublimeText / NaturalDocs

NaturalDocs package for SublimeText 2
NaturalDocs
21 stars 3 forks source link

Added support for MATLAB comments (not block comment syntax) #13

Closed AllanLRH closed 8 years ago

AllanLRH commented 8 years ago
% Hello world

% Hello world!

The MATLAB code above is decorated to

%-%-%-%-%-%-%-%
% Hello world %
%-%-%-%-%-%-%-%

%-%-%-%-%-%-%-%-%
% Hello world!  %
%-%-%-%-%-%-%-%-%

%- is used because %% have special meaning in MATLAB .

AllanLRH commented 8 years ago

Whoops, fixing error for languages other than MATLAB…