From 074542d124a0159a21af956247144da81497778d Mon Sep 17 00:00:00 2001 From: Scott Lowe Date: Fri, 26 Feb 2016 13:22:27 +0000 Subject: [PATCH] DOC: mocov_find_files.m Improve exclude_pat documentation --- MOcov/mocov_find_files.m | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/MOcov/mocov_find_files.m b/MOcov/mocov_find_files.m index 09cf1a0..f6c2e24 100644 --- a/MOcov/mocov_find_files.m +++ b/MOcov/mocov_find_files.m @@ -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