comparison src/ov-struct.cc @ 10846:a4f482e66b65

Grammarcheck more of the documentation. Use @noindent macro appropriately. Limit line length to 80 characters.
author Rik <octave@nomad.inbox5.com>
date Sun, 01 Aug 2010 20:22:17 -0700
parents 89f4d7e294cc
children e4ba3cb2d27e
comparison
equal deleted inserted replaced
10845:c0ffe159ba1a 10846:a4f482e66b65
2138 extern octave_value_list Fcellstr (const octave_value_list& args, int); 2138 extern octave_value_list Fcellstr (const octave_value_list& args, int);
2139 2139
2140 DEFUN (rmfield, args, , 2140 DEFUN (rmfield, args, ,
2141 "-*- texinfo -*-\n\ 2141 "-*- texinfo -*-\n\
2142 @deftypefn {Built-in Function} {} rmfield (@var{s}, @var{f})\n\ 2142 @deftypefn {Built-in Function} {} rmfield (@var{s}, @var{f})\n\
2143 Return a copy of the structure (array) @var{s} with the field @var{f} removed.\n\ 2143 Return a copy of the structure (array) @var{s} with the field @var{f}\n\
2144 If @var{f} is a cell array of strings or a character array, remove the named\n\ 2144 removed. If @var{f} is a cell array of strings or a character array, remove\n\
2145 fields.\n\ 2145 the named fields.\n\
2146 @seealso{cellstr, iscellstr, setfield}\n\ 2146 @seealso{cellstr, iscellstr, setfield}\n\
2147 @end deftypefn") 2147 @end deftypefn")
2148 { 2148 {
2149 octave_value retval; 2149 octave_value retval;
2150 2150