Mercurial > hg > octave-nkf
comparison src/DLD-FUNCTIONS/max.cc @ 14360:97883071e8e4
doc: Correct off-by-1 spacings in all .cc docstrings
* __makeinfo__.m: Only remove space at beginning of new line for
docstrings from scripts/ directory where this is the convention.
* besselj.cc, betainc.cc, cellfun.cc, dot.cc, fftw.cc, filter.cc, find.cc,
gammainc.cc, gcd.cc, givens.cc, hex2num.cc, kron.cc, lu.cc, max.cc, qr.cc,
quadcc.cc, qz.cc, regexp.cc, strfind.cc, sub2ind.cc, syl.cc, time.cc,
typecast.cc, urlwrite.cc, data.cc, dirfns.cc, file-io.cc, help.cc,
load-path.cc, mappers.cc, oct-parse.yy, ov-base.cc, ov-cell.cc, ov-struct.cc,
ov.cc, pr-output.cc, pt-mat.cc, strfns.cc, syscalls.cc, variables.cc:
Improve appearance of docstring spacing of @example code.
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Mon, 13 Feb 2012 07:42:56 -0800 |
parents | 72c96de7a403 |
children | 60e5cf354d80 |
comparison
equal
deleted
inserted
replaced
14359:7277fe922e99 | 14360:97883071e8e4 |
---|---|
574 is unspecified it defaults to column-wise operation. For example:\n\ | 574 is unspecified it defaults to column-wise operation. For example:\n\ |
575 \n\ | 575 \n\ |
576 @example\n\ | 576 @example\n\ |
577 @group\n\ | 577 @group\n\ |
578 cummin ([5 4 6 2 3 1])\n\ | 578 cummin ([5 4 6 2 3 1])\n\ |
579 @result{} 5 4 4 2 2 1\n\ | 579 @result{} 5 4 4 2 2 1\n\ |
580 @end group\n\ | 580 @end group\n\ |
581 @end example\n\ | 581 @end example\n\ |
582 \n\ | 582 \n\ |
583 \n\ | 583 \n\ |
584 The call\n\ | 584 The call\n\ |
616 is unspecified it defaults to column-wise operation. For example:\n\ | 616 is unspecified it defaults to column-wise operation. For example:\n\ |
617 \n\ | 617 \n\ |
618 @example\n\ | 618 @example\n\ |
619 @group\n\ | 619 @group\n\ |
620 cummax ([1 3 2 6 4 5])\n\ | 620 cummax ([1 3 2 6 4 5])\n\ |
621 @result{} 1 3 3 6 6 6\n\ | 621 @result{} 1 3 3 6 6 6\n\ |
622 @end group\n\ | 622 @end group\n\ |
623 @end example\n\ | 623 @end example\n\ |
624 \n\ | 624 \n\ |
625 The call\n\ | 625 The call\n\ |
626 \n\ | 626 \n\ |