Skip to content

Commit ac06f60

Browse files
author
Rik
committed
doc: Correct a few uses of @Qcode macro.
* genpropdoc.m: Use @code rather than @Qcode when property is not quoted. * plot.txi: Add missing double-quote in @Qcode invocation.
1 parent 7a4ef84 commit ac06f60

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/interpreter/genpropdoc.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -876,7 +876,7 @@ element defines a pixel with the element (1,1) representing the \
876876

877877
case "clim"
878878
s.doc = "Define limits for the color axis of __objname__ \
879-
children that have the @qcode{cdata} property. \
879+
children that have the @code{cdata} property. \
880880
__modemsg__";
881881
s.valid = valid_2elvec;
882882
s.category = "Color and Transparency";
@@ -885,7 +885,7 @@ element defines a pixel with the element (1,1) representing the \
885885
s.doc = "Current state of the color limit mode, either \
886886
manually set by the \
887887
@ref{XREFaxesclim, , @w{@qcode{\"clim\"} property}} or automatically set by \
888-
Octave to the minimum and maximum @qcode{cdata} values of __objname__'s \
888+
Octave to the minimum and maximum @code{cdata} values of __objname__'s \
889889
children.";
890890
s.category = "Color and Transparency";
891891

doc/interpreter/plot.txi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -747,7 +747,7 @@ figure window, call the @code{close} function.
747747
@subsection Use of the "interpreter" Property
748748

749749
@code{text} (such as titles, labels, legend item) and @code{axes} objects
750-
feature an @ref{XREFtextinterpreter,,@qcode{"interpreter}} and a
750+
feature an @ref{XREFtextinterpreter,,@qcode{"interpreter"}} and a
751751
@ref{XREFaxesticklabelinterpreter,,@qcode{"ticklabelinterpreter"}} property
752752
respectively. It determines the manner in which special control sequences in
753753
the text are rendered.

0 commit comments

Comments
 (0)