diff scripts/plot/draw/reducepatch.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 0de38a6ef693
children 7854d5752dd2
line wrap: on
line diff
--- a/scripts/plot/draw/reducepatch.m	Mon Oct 19 09:13:53 2020 -0700
+++ b/scripts/plot/draw/reducepatch.m	Mon Oct 19 09:33:28 2020 -0700
@@ -39,7 +39,8 @@
 ## The input patch can be represented by a structure @var{fv} with the
 ## fields @code{faces} and @code{vertices}, by two matrices @var{faces} and
 ## @var{vertices} (see, e.g., the result of @code{isosurface}), or by a
-## handle to a patch object @var{patch_handle} (@pxref{XREFpatch,,patch}).
+## handle to a patch object @var{patch_handle}
+## (@pxref{XREFpatch,,@code{patch}}).
 ##
 ## The number of faces and vertices in the patch is reduced by iteratively
 ## collapsing the shortest edge of the patch to its midpoint (as discussed,