diff scripts/optimization/fminsearch.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 7854d5752dd2
line wrap: on
line diff
--- a/scripts/optimization/fminsearch.m	Mon Oct 19 08:26:46 2020 -0700
+++ b/scripts/optimization/fminsearch.m	Mon Oct 19 09:13:53 2020 -0700
@@ -55,8 +55,9 @@
 ## @code{200 * number_of_variables}, i.e., @code{200 * length (@var{x0})}.
 ## The value must be a positive integer.
 ##
-## For a description of the other options, see @code{optimset}.  To initialize
-## an options structure with default values for @code{fminsearch} use
+## For a description of the other options,
+## @pxref{XREFoptimset,,@code{optimset}}.  To initialize an options structure
+## with default values for @code{fminsearch} use
 ## @code{options = optimset ("fminsearch")}.
 ##
 ## @code{fminsearch} may also be called with a single structure argument