Skip to content

Commit 9e5916a

Browse files
committed
update doc
1 parent 78d38f6 commit 9e5916a

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

src/defaults/Mapping.m

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,11 @@
8888
%
8989
% USAGE::
9090
%
91-
% map = add_mapping('prefix', prefix, 'suffix', 'entities', 'ext', 'name_spec')
91+
% map = add_mapping('prefix', prefix, ...
92+
% 'suffix', suffix, ...
93+
% 'entities', entities, ...
94+
% 'ext', ext, ...
95+
% 'name_spec', struct)
9296
%
9397

9498
% TODO add possibility to pass "filter" argument that is a structure
@@ -209,6 +213,11 @@
209213
end
210214

211215
function idx = find_mapping(obj, varargin)
216+
%
217+
% USAGE::
218+
%
219+
% idx = obj.find_mapping('prefix', str)
220+
%
212221

213222
p = inputParser;
214223

0 commit comments

Comments
 (0)