Permalink
Browse files

DOC: mocov_find_files.m Improve exclude_pat documentation

  • Loading branch information...
1 parent 2c721d7 commit 074542d124a0159a21af956247144da81497778d @scottclowe scottclowe committed Feb 26, 2016
Showing with 3 additions and 1 deletion.
  1. +3 −1 MOcov/mocov_find_files.m
View
@@ -12,7 +12,9 @@
% is used, corresponding to all files.
% monitor Optional progress monitory that supports a
% 'notify' method.
-% exclude_pat Optional cell array of patterns to exclude.
+% exclude_pat Optional cell array of patterns to exclude. Both
+% files and directories which match one of these
+% patterns will be omitted from the output.
%
% Output:
% res Kx1 cell with names of files in root_dir matching

0 comments on commit 074542d

Please sign in to comment.