diff libinterp/corefcn/cellfun.cc @ 21547:ad0599a0acc6

doc: Wrap C++ docstrings to 79 characters + newline (80 total). * besselj.cc, bitfcns.cc, cellfun.cc, data.cc, debug.cc, error.cc, file-io.cc, graphics.cc, input.cc, lu.cc, matrix_type.cc, nproc.cc, pr-output.cc, quadcc.cc, regexp.cc, schur.cc, sparse.cc, strfind.cc, strfns.cc, syscalls.cc, urlwrite.cc, variables.cc, __osmesa_print__.cc, audiodevinfo.cc, audioread.cc, ccolamd.cc, chol.cc, colamd.cc, convhulln.cc, qr.cc, symbfact.cc, ov-java.cc, ov-struct.cc, ov-usr-fcn.cc, pt-arg-list.cc: doc: Wrap C++ docstrings to 79 characters + newline (80 total).
author Rik <rik@octave.org>
date Sun, 27 Mar 2016 20:39:19 -0700
parents 8017ce5b2a6e
children 6c2fd62db1f7
line wrap: on
line diff
--- a/libinterp/corefcn/cellfun.cc	Sun Mar 27 15:50:01 2016 -0700
+++ b/libinterp/corefcn/cellfun.cc	Sun Mar 27 20:39:19 2016 -0700
@@ -320,9 +320,9 @@
 @end group\n\
 @end example\n\
 \n\
-The number of output arguments of @code{cellfun} matches the number of output\n\
-arguments of the function.  The outputs of the function will be collected\n\
-into the output arguments of @code{cellfun} like this:\n\
+The number of output arguments of @code{cellfun} matches the number of\n\
+output arguments of the function.  The outputs of the function will be\n\
+collected into the output arguments of @code{cellfun} like this:\n\
 \n\
 @example\n\
 @group\n\
@@ -367,7 +367,7 @@
 @noindent\n\
 where there is an additional input argument to @var{errfunc} relative to\n\
 @var{func}, given by @var{s}.  This is a structure with the elements\n\
-@qcode{\"identifier\"}, @qcode{\"message\"} and @qcode{\"index\"}, giving\n\
+@qcode{\"identifier\"}, @qcode{\"message\"}, and @qcode{\"index\"} giving\n\
 respectively the error identifier, the error message, and the index into the\n\
 input arguments of the element that caused the error.  For example:\n\
 \n\