opencv/modules/matlab/generator/templates/template_doc_base.m

7 lines
202 B
Matlab

% {{ fun.name | upper }} {{ fun.doc.short_desc }}
{{ fun.doc.long_desc | comment('%',80) }}
%
% See also: {{ fun.doc.see_also }}
%
% Copyright {{ time.strftime("%Y", gmtime()) }} The OpenCV Foundation