Skip to content

Commit

Permalink
Updated howto for comment_search
Browse files Browse the repository at this point in the history
  • Loading branch information
mmagnuski committed Aug 16, 2014
1 parent 6d2423b commit 193eea0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions howto/howto_use_comment_search.m
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
% change in the code, write down these
% tags in a cell format:
mytags = {'ADD', 'CHECK', 'CHANGE', 'TODO',...
'[ ]', '[ ]', 'CONSIDER', 'FIX'};
'CONSIDER', 'FIX'};

% then use comment_search to check a
% specific function:
tgs = comment_search('maskitsweet.m', tags);
tgs = comment_search('maskitsweet.m', mytags);

% when you also want all comments following
% a given tag in a continuous way (all comments
Expand Down

0 comments on commit 193eea0

Please sign in to comment.