comparison libinterp/octave-value/ov-struct.cc @ 30329:81d26e8481a6

maint: Shorten @seealso lines to less than 80 characters (bug #57599) * chol.cc, data.cc, debug.cc, file-io.cc, load-save.cc, oct-hist.cc, pr-output.cc, sparse.cc, syscalls.cc, time.cc, utils.cc, ov-struct.cc, base64decode.m, base64encode.m, getappdata.m, isappdata.m, setappdata.m, colormap.m, isdir.m, cast.m, getfield.m, isfile.m, isfolder.m, setfield.m, contour.m, contour3.m, contourf.m, ezplot.m, isosurface.m, mesh.m, meshc.m, meshz.m, plot.m, surf.m, surfc.m, waterfall.m, movmad.m, movmax.m, movmean.m, movmedian.m, movmin.m, movprod.m, movstd.m, movsum.m, movvar.m: Shorten @seealso lines to less than 80 characters.
author Rik <rik@octave.org>
date Tue, 23 Nov 2021 11:26:38 -0800
parents c789e728d57a
children 91c6288781ba a61e1a0f6024
comparison
equal deleted inserted replaced
30328:a2397a85d7e5 30329:81d26e8481a6
1764 that single entry as the value of the field. That single entry happens 1764 that single entry as the value of the field. That single entry happens
1765 to be an empty cell array. 1765 to be an empty cell array.
1766 1766
1767 Finally, if the value is a non-scalar cell array, then @code{struct} 1767 Finally, if the value is a non-scalar cell array, then @code{struct}
1768 produces a struct @strong{array}. 1768 produces a struct @strong{array}.
1769 @seealso{cell2struct, fieldnames, getfield, setfield, rmfield, isfield, orderfields, isstruct, structfun} 1769 @seealso{cell2struct, fieldnames, getfield, setfield, rmfield, isfield,
1770 orderfields, isstruct, structfun}
1770 @end deftypefn */) 1771 @end deftypefn */)
1771 { 1772 {
1772 int nargin = args.length (); 1773 int nargin = args.length ();
1773 1774
1774 // struct ([]) returns an empty struct. 1775 // struct ([]) returns an empty struct.