Mercurial > hg > octave-nkf
changeset 6854:364765c17648
[project @ 2007-09-01 00:03:10 by dbateman]
author | dbateman |
---|---|
date | Sat, 01 Sep 2007 00:03:10 +0000 |
parents | 02106856b8f6 |
children | a052825889a0 |
files | src/DLD-FUNCTIONS/cellfun.cc |
diffstat | 1 files changed, 8 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/src/DLD-FUNCTIONS/cellfun.cc +++ b/src/DLD-FUNCTIONS/cellfun.cc @@ -44,14 +44,14 @@ DEFUN_DLD (cellfun, args, nargout, " -*- texinfo -*-\n\ -@deftypefn {Lodable Function} {} cellfun (@var{name}, @var{c})\n\ -@deftypefnx {Lodable Function} {} cellfun (\"size\", @var{c}, @var{k})\n\ -@deftypefnx {Lodable Function} {} cellfun (\"isclass\", @var{c}, @var{class})\n\ -@deftypefnx {Lodable Function} {} cellfun (@var{func}, @var{c})\n\ -@deftypefnx {Lodable Function} {} cellfun (@var{func}, @var{c}, @var{d})\n\ -@deftypefnx {Lodable Function} {[@var{a}, @var{b}] =} cellfun (@dots{})\n\ -@deftypefnx {Lodable Function} {} cellfun (@dots{}, 'ErrorHandler', @var{errfunc})\n\ -@deftypefnx {Lodable Function} {} cellfun (@dots{}, 'UniformOutput', @var{val})\n\ +@deftypefn {Loadable Function} {} cellfun (@var{name}, @var{c})\n\ +@deftypefnx {Loadable Function} {} cellfun (\"size\", @var{c}, @var{k})\n\ +@deftypefnx {Loadable Function} {} cellfun (\"isclass\", @var{c}, @var{class})\n\ +@deftypefnx {Loadable Function} {} cellfun (@var{func}, @var{c})\n\ +@deftypefnx {Loadable Function} {} cellfun (@var{func}, @var{c}, @var{d})\n\ +@deftypefnx {Loadable Function} {[@var{a}, @var{b}] =} cellfun (@dots{})\n\ +@deftypefnx {Loadable Function} {} cellfun (@dots{}, 'ErrorHandler', @var{errfunc})\n\ +@deftypefnx {Loadable Function} {} cellfun (@dots{}, 'UniformOutput', @var{val})\n\ \n\ Evaluate the function named @var{name} on the elements of the cell array\n\ @var{c}. Elements in @var{c} are passed on to the named function\n\