Mercurial > hg > octave-lyh
diff doc/interpreter/numbers.txi @ 17101:e7a059a9a644
doc: Use XREF as anchor prefix in documentation for clearer results in Info viewer.
Correctly use @xref, @pxref, @ref macros in documentation.
* doc/interpreter/arith.txi, doc/interpreter/basics.txi,
doc/interpreter/container.txi, doc/interpreter/debug.txi,
doc/interpreter/diagperm.txi, doc/interpreter/eval.txi,
doc/interpreter/external.txi, doc/interpreter/func.txi,
doc/interpreter/install.txi, doc/interpreter/interp.txi,
doc/interpreter/intro.txi, doc/interpreter/java.txi,
doc/interpreter/matrix.txi, doc/interpreter/munge-texi.pl,
doc/interpreter/numbers.txi, doc/interpreter/package.txi,
doc/interpreter/plot.txi, doc/interpreter/sparse.txi,
doc/interpreter/stats.txi, doc/interpreter/strings.txi,
doc/interpreter/system.txi, doc/interpreter/var.txi,
doc/interpreter/vectorize.txi, libinterp/corefcn/error.cc,
libinterp/corefcn/qz.cc, libinterp/corefcn/regexp.cc,
scripts/general/accumarray.m, scripts/general/structfun.m,
scripts/miscellaneous/edit.m, scripts/miscellaneous/setfield.m,
scripts/miscellaneous/warning_ids.m, scripts/optimization/fminbnd.m,
scripts/optimization/fzero.m, scripts/optimization/lsqnonneg.m:
Use XREF as anchor prefix in documentation for clearer results in Info viewer.
Correctly use @xref, @pxref, @ref macros in documentation.
* scripts/plot/line.m: Remove extra ')' in @deftypefn.
* libgui/src/qtinfo/parser.cc(find_ref): Change doc anchor search pattern to
XREF.
author | Rik <rik@octave.org> |
---|---|
date | Sat, 27 Jul 2013 10:49:21 -0700 (2013-07-27) |
parents | 06897f865f0b |
children | f2a8592b8fbd |
line wrap: on
line diff
--- a/doc/interpreter/numbers.txi +++ b/doc/interpreter/numbers.txi @@ -29,7 +29,7 @@ (exponential) notation, or a complex number. Note that by default numeric constants are represented within Octave in double-precision floating point format (complex constants are stored as pairs of double-precision -floating point values). It is however possible to represent real +floating point values). It is, however, possible to represent real integers as described in @ref{Integer Data Types}. Here are some examples of real-valued numeric constants, which all have the same value: @@ -359,7 +359,7 @@ Empty matrices may also be used in assignment statements as a convenient way to delete rows or columns of matrices. -@xref{Assignment Ops, ,Assignment Expressions}. +@xref{Assignment Ops,,Assignment Expressions}. When Octave parses a matrix expression, it examines the elements of the list to determine whether they are all constants. If they are, it @@ -614,7 +614,7 @@ for bit manipulation, particularly when forming masks, Octave supplies the function @code{bitmax}. -@anchor{docXflintmax} +@anchor{XREFflintmax} @DOCSTRING(bitmax) This is the double precision version of the function @code{intmax}, @@ -840,4 +840,4 @@ If instead of knowing properties of variables, you wish to know which variables are defined and to gather other information about the -workspace itself, see @ref{Status of Variables}. +workspace itself, @pxref{Status of Variables}.