Mercurial > hg > octave-nkf
changeset 13928:2892fd834446
doc: Update seealso references for cellslices and cellindexmat
* cellfun.cc (cellslices, cellindexmat): Update seealso references.
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Tue, 22 Nov 2011 21:22:46 -0800 |
parents | 1f6d17b383f8 |
children | 9cae456085c2 |
files | src/DLD-FUNCTIONS/cellfun.cc |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/DLD-FUNCTIONS/cellfun.cc +++ b/src/DLD-FUNCTIONS/cellfun.cc @@ -2295,6 +2295,7 @@ \n\ The position of the index is determined by @var{dim}. If not specified,\n\ slicing is done along the first non-singleton dimension.\n\ +@seealso{cell2mat, cellindexmat, cellfun}\n\ @end deftypefn") { octave_value retval; @@ -2408,7 +2409,7 @@ endfor\n\ @end group\n\ @end example\n\ -@seealso{cellfun, cellslices}\n\ +@seealso{cellslices, cellfun}\n\ @end deftypefn") { octave_value retval;