diff scripts/general/structfun.m @ 28959:5394d688d456

doc: Use @code{} within alternate text for @xref,@pxref macros for better Info display. * accumarray.m, structfun.m, slash.m, csvread.m, csvwrite.m, edit.m, setfield.m, lsqnonneg.m, pqpnonneg.m, camlookat.m, camorbit.m, camup.m, barh.m, camlight.m, isocaps.m, isosurface.m, loglogerr.m, polar.m, reducepatch.m, reducevolume.m, semilogxerr.m, semilogyerr.m, findall.m, findobj.m, beta.m, movmad.m, movmax.m, movmean.m, movmedian.m, movmin.m, movprod.m, movstd.m, movsum.m, movvar.m, test.m, datenum.m: Place alternate text in @code{} macro so it displays better in plaintext Info.
author Rik <rik@octave.org>
date Mon, 19 Oct 2020 09:33:28 -0700
parents bd51beb6205e
children 7854d5752dd2
line wrap: on
line diff
--- a/scripts/general/structfun.m	Mon Oct 19 09:13:53 2020 -0700
+++ b/scripts/general/structfun.m	Mon Oct 19 09:33:28 2020 -0700
@@ -70,7 +70,7 @@
 ## elements @qcode{"identifier"}, @qcode{"message"} and @qcode{"index"},
 ## giving respectively the error identifier, the error message, and the index
 ## into the input arguments of the element that caused the error.  For an
-## example on how to use an error handler, @pxref{XREFcellfun,,cellfun}.
+## example on how to use an error handler, @pxref{XREFcellfun,,@code{cellfun}}.
 ##
 ## @seealso{cellfun, arrayfun, spfun}
 ## @end deftypefn