diff scripts/io/csvwrite.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/io/csvwrite.m	Mon Oct 19 09:13:53 2020 -0700
+++ b/scripts/io/csvwrite.m	Mon Oct 19 09:33:28 2020 -0700
@@ -36,7 +36,7 @@
 ## @end example
 ##
 ## Any optional arguments are passed directly to @code{dlmwrite}
-## (@pxref{XREFdlmwrite,,dlmwrite}).
+## (@pxref{XREFdlmwrite,,@code{dlmwrite}}).
 ## @seealso{csvread, dlmwrite, dlmread}
 ## @end deftypefn