diff libinterp/octave-value/ov-usr-fcn.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 40de9f8f23a6
children 6fab85c1538f
line wrap: on
line diff
--- a/libinterp/octave-value/ov-usr-fcn.cc	Sun Mar 27 15:50:01 2016 -0700
+++ b/libinterp/octave-value/ov-usr-fcn.cc	Sun Mar 27 20:39:19 2016 -0700
@@ -871,9 +871,9 @@
 @deftypefnx {} {} nargout (@var{fcn})\n\
 Report the number of output arguments from a function.\n\
 \n\
-Called from within a function, return the number of values the caller expects\n\
-to receive.  At the top level, @code{nargout} with no argument is undefined\n\
-and will produce an error.\n\
+Called from within a function, return the number of values the caller\n\
+expects to receive.  At the top level, @code{nargout} with no argument is\n\
+undefined and will produce an error.\n\
 \n\
 If called with the optional argument @var{fcn}---a function name or\n\
 handle---return the number of declared output values that the function can\n\