diff libinterp/corefcn/error.cc @ 28961:d9d028b479ac

doc: Use @code{} within alternate text for @xref,@pxref macros in libinterp/ * debug.cc, error.cc, qz.cc, regexp.cc, sub2ind.cc: Use @code{} within alternate text for @xref,@pxref macros.
author Rik <rik@octave.org>
date Mon, 19 Oct 2020 09:49:03 -0700
parents 43ad651cf5a0
children d632d99d5c2e
line wrap: on
line diff
--- a/libinterp/corefcn/error.cc	Mon Oct 19 09:44:02 2020 -0700
+++ b/libinterp/corefcn/error.cc	Mon Oct 19 09:49:03 2020 -0700
@@ -1397,7 +1397,7 @@
 The optional warning identifier @var{id} allows users to enable or disable
 warnings tagged by this identifier.  A message identifier is a string of the
 form @qcode{"NAMESPACE:WARNING-NAME"}.  Octave's own warnings use the
-@qcode{"Octave"} namespace (@pxref{XREFwarning_ids,,warning_ids}).  For
+@qcode{"Octave"} namespace (@pxref{XREFwarning_ids,,@code{warning_ids}}).  For
 example:
 
 @example