diff scripts/optimization/fminunc.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 28de41192f3c
children 7854d5752dd2
line wrap: on
line diff
--- a/scripts/optimization/fminunc.m	Mon Oct 19 08:26:46 2020 -0700
+++ b/scripts/optimization/fminunc.m	Mon Oct 19 09:13:53 2020 -0700
@@ -70,7 +70,8 @@
 ## @var{x}, while @qcode{"TolFun"} is a tolerance for the objective function
 ## value @var{fval}.  The default is @code{1e-6} for both options.
 ##
-## For a description of the other options, see @code{optimset}.
+## For a description of the other options,
+## @pxref{XREFoptimset,,@code{optimset}}.
 ##
 ## On return, @var{x} is the location of the minimum and @var{fval} contains
 ## the value of the objective function at @var{x}.