changeset 28932:ec6fbdc9b6a9

__pltopt__.m: Use @qcode in texinfo documentation. * __pltopt__.m: Use @qcode in texinfo documentation.
author Rik <rik@octave.org>
date Wed, 14 Oct 2020 21:32:03 -0700
parents c5b1bbb95a66
children cca6a3b60294
files scripts/plot/util/__pltopt__.m
diffstat 1 files changed, 27 insertions(+), 27 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/plot/util/__pltopt__.m	Wed Oct 14 14:38:00 2020 -0700
+++ b/scripts/plot/util/__pltopt__.m	Wed Oct 14 21:32:03 2020 -0700
@@ -30,59 +30,59 @@
 ##
 ## @var{opt} can currently be some combination of the following:
 ##
-## @table @code
-## @item "-"
+## @table @asis
+## @item @qcode{"-"}
 ## For solid linestyle (default).
 ##
-## @item "--"
+## @item @qcode{"--"}
 ## For dashed line style.
 ##
-## @item "-."
+## @item @qcode{"-."}
 ## For linespoints plot style.
 ##
-## @item ":"
+## @item @qcode{":"}
 ## For dots plot style.
 ##
-## @item "r"
+## @item @qcode{"r"}
 ## Red line color.
 ##
-## @item "g"
+## @item @qcode{"g"}
 ## Green line color.
 ##
-## @item "b"
+## @item @qcode{"b"}
 ## Blue line color.
 ##
-## @item "c"
+## @item @qcode{"c"}
 ## Cyan line color.
 ##
-## @item "m"
+## @item @qcode{"m"}
 ## Magenta line color.
 ##
-## @item "y"
+## @item @qcode{"y"}
 ## Yellow line color.
 ##
-## @item "k"
+## @item @qcode{"k"}
 ## Black line color.
 ##
-## @item "w"
+## @item @qcode{"w"}
 ## White line color.
 ##
-## @item ";title;"
+## @item @qcode{";title;"}
 ## Here @code{"title"} is the label for the key.
 ##
-## @item  "+"
-## @itemx "o"
-## @itemx "*"
-## @itemx "."
-## @itemx "x"
-## @itemx "s"
-## @itemx "d"
-## @itemx "^"
-## @itemx "v"
-## @itemx ">"
-## @itemx "<"
-## @itemx "p"
-## @itemx "h"
+## @item  @qcode{"+"}
+## @itemx @qcode{"o"}
+## @itemx @qcode{"*"}
+## @itemx @qcode{"."}
+## @itemx @qcode{"x"}
+## @itemx @qcode{"s"}
+## @itemx @qcode{"d"}
+## @itemx @qcode{"^"}
+## @itemx @qcode{"v"}
+## @itemx @qcode{">"}
+## @itemx @qcode{"<"}
+## @itemx @qcode{"p"}
+## @itemx @qcode{"h"}
 ## Used in combination with the points or linespoints styles, set the point
 ## style.
 ## @end table