Mercurial > hg > octave-nkf
changeset 6714:81a73cdd87c0
[project @ 2007-06-13 10:49:28 by dbateman]
author | dbateman |
---|---|
date | Wed, 13 Jun 2007 10:49:28 +0000 |
parents | 26f3d9bf9562 |
children | c729dcb215c6 |
files | scripts/general/arrayfun.m scripts/general/deal.m |
diffstat | 2 files changed, 7 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/scripts/general/arrayfun.m +++ b/scripts/general/arrayfun.m @@ -18,11 +18,11 @@ ## 02110-1301, USA. ## -*- texinfo -*- -## @deftypefn {Command} {@var{a} =} arrayfun (@var{name}, @var{c}) -## @deftypefnx {Command} {@var{a} =} arrayfun (@var{func}, @var{c}) -## @deftypefnx {Command} {@var{a} =} arrayfun (@var{func}, @var{c}, @var{d}) -## @deftypefnx {Command} {@var{a} =} arrayfun (@var{func}, @var{c}, @var{options}) -## @deftypefnx {Command} {[@var{a}, @var{b}, @dots{}] =} arrayfun (@var{func}, @var{c}, @dots{}) +## @deftypefn {Function File} {@var{a} =} arrayfun (@var{name}, @var{c}) +## @deftypefnx {Function File} {@var{a} =} arrayfun (@var{func}, @var{c}) +## @deftypefnx {Function File} {@var{a} =} arrayfun (@var{func}, @var{c}, @var{d}) +## @deftypefnx {Function File} {@var{a} =} arrayfun (@var{func}, @var{c}, @var{options}) +## @deftypefnx {Function File} {[@var{a}, @var{b}, @dots{}] =} arrayfun (@var{func}, @var{c}, @dots{}) ## Execute a function on each element of an array. This is useful for ## functions that do not accept array arguments. If the function does ## accept array arguments it is better to call the function directly.
--- a/scripts/general/deal.m +++ b/scripts/general/deal.m @@ -18,8 +18,8 @@ ## 02110-1301, USA. ## -*- texinfo -*- -## @deftypefn {Mapping Function} {[@var{r1}, @var{r2}, @dots{}, @var{rn}] =} deal (@var{a}) -## @deftypefnx {Mapping Function} {[@var{r1}, @var{r2}, @dots{}, @var{rn}] =} deal (@var{a1}, @var{a2}, @dots{}, @var{an}) +## @deftypefn {Function File} {[@var{r1}, @var{r2}, @dots{}, @var{rn}] =} deal (@var{a}) +## @deftypefnx {Function File} {[@var{r1}, @var{r2}, @dots{}, @var{rn}] =} deal (@var{a1}, @var{a2}, @dots{}, @var{an}) ## ## Copy the input parameters into the corresponding output parameters. ## If only one input parameter is supplied, its value is copied to each