comparison libinterp/corefcn/nproc.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 a4faec57f4c8
children 6fab85c1538f
comparison
equal deleted inserted replaced
21546:f7f97d7e9294 21547:ad0599a0acc6
42 \n\ 42 \n\
43 @item current\n\ 43 @item current\n\
44 processors available to the current process.\n\ 44 processors available to the current process.\n\
45 \n\ 45 \n\
46 @item overridable\n\ 46 @item overridable\n\
47 same as @code{current}, but overridable through the @w{@env{OMP_NUM_THREADS}}\n\ 47 same as @code{current}, but overridable through the\n\
48 environment variable.\n\ 48 @w{@env{OMP_NUM_THREADS}} environment variable.\n\
49 @end table\n\ 49 @end table\n\
50 @end deftypefn") 50 @end deftypefn")
51 { 51 {
52 int nargin = args.length (); 52 int nargin = args.length ();
53 53