Mercurial > hg > octave-nkf
comparison src/help.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 | 2ced2f59f523 |
children | 4e9dc46d4125 |
comparison
equal
deleted
inserted
replaced
14359:7277fe922e99 | 14360:97883071e8e4 |
---|---|
585 Declare variables to have global scope.\n\ | 585 Declare variables to have global scope.\n\ |
586 \n\ | 586 \n\ |
587 @example\n\ | 587 @example\n\ |
588 @group\n\ | 588 @group\n\ |
589 global @var{x};\n\ | 589 global @var{x};\n\ |
590 if isempty (@var{x})\n\ | 590 if (isempty (@var{x}))\n\ |
591 x = 1;\n\ | 591 x = 1;\n\ |
592 endif\n\ | 592 endif\n\ |
593 @end group\n\ | 593 @end group\n\ |
594 @end example\n\ | 594 @end example\n\ |
595 @seealso{persistent}\n\ | 595 @seealso{persistent}\n\ |