SublimeText / NaturalDocs

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

Add support for decorating MATLAB comments #16

Closed AllanLRH closed 8 years ago

AllanLRH commented 8 years ago
% Hello world

% Hello world!

Before decorating above, after below

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

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

%% have special meaning in MATLAB, which is why %- is used for decorating

njlg commented 8 years ago

Resolves #12