changeset 32765:3bb3b2fc4f44 stable

doc: Clean up missing brackets from cset e5694f558ad9 (bug #65167) * doc/interpreter/genpropdoc.m: Add missing brackets to Text units property.
author Nicholas R. Jankowski <jankowski.nicholas@gmail.com>
date Tue, 16 Jan 2024 20:37:52 -0500
parents 8f8ff01fbbd4
children 424bc732afe7 c90430629c4d
files doc/interpreter/genpropdoc.m
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/doc/interpreter/genpropdoc.m	Tue Jan 16 19:53:28 2024 -0500
+++ b/doc/interpreter/genpropdoc.m	Tue Jan 16 20:37:52 2024 -0500
@@ -1564,8 +1564,8 @@
 
       case "units"
         s.doc = "Sets the measurement unit or method applied to the \
-@ref{XREFtextposition, , @w{@qcode{\"position\"} and \
-@ref{XREFtextextent, , @w{@qcode{\"extent\"} properties.  The default \
+@ref{XREFtextposition, , @w{@qcode{\"position\"}}} and \
+@ref{XREFtextextent, , @w{@qcode{\"extent\"}}} properties.  The default \
 option \"data\" uses the same units and limits as the data plotted in the \
 figure.  The \"normalized\" option applies a unitless 0 to 1 scale to the \
 limits along each axis of the displayed data.";