diff scripts/general/integral.m @ 28958:6fd6ad758b10

doc: Use @xref, @pxref rather than "see @code{}" in TexInfo. Using macros produces a hyperlinked cross-reference, rather than just text, which is easier to navigate. * integral.m, griddata.m, errordlg.m, warndlg.m, lookfor.m, cond.m, getfield.m, odeset.m, fminsearch.m, fminunc.m, fsolve.m, erase.m, example.m, datenum.m, datestr.m, datevec.m, now.m: doc: Use @xref, @pxref rather than "see @code{}" in TexInfo.
author Rik <rik@octave.org>
date Mon, 19 Oct 2020 09:13:53 -0700
parents 0de38a6ef693
children a948253f9976
line wrap: on
line diff
--- a/scripts/general/integral.m	Mon Oct 19 08:26:46 2020 -0700
+++ b/scripts/general/integral.m	Mon Oct 19 09:13:53 2020 -0700
@@ -55,14 +55,14 @@
 ## Specifies points to be used in defining subintervals of the quadrature
 ## algorithm, or if @var{a}, @var{b}, or @var{waypoints} are complex then
 ## the quadrature is calculated as a contour integral along a piecewise
-## continuous path.  For more detail see @code{quadgk}.
+## continuous path.  For more detail, @pxref{XREFquadgk,,@code{quadgk}}.
 ##
 ## @item ArrayValued
 ## @code{integral} expects @var{f} to return a scalar value unless
 ## @var{arrayvalued} is specified as true.  This option will cause
 ## @code{integral} to perform the integration over the entire array and return
 ## @var{q} with the same dimensions as returned by @var{f}.  For more detail
-## see @code{quadv}.
+## @pxref{XREFquadv,,@code{quadv}}.
 ##
 ## @item AbsTol
 ## Define the absolute error tolerance for the quadrature.  The default