summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@qt.io>2020-03-05 17:10:51 +0100
committerKai Koehne <kai.koehne@qt.io>2020-03-06 10:30:58 +0100
commitdc27453a24ef18082f6f39dcf835092d0d32f913 (patch)
tree50e68d1c747088b6752ec96107997e3bc1baed91
parent2ac294443a72799c021dcf3513c83fb628f3c193 (diff)
Doc: Fix highlighting of QML import
Change-Id: I852154d4c876c16e6aca6c77e864c8d84f031b39 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
-rw-r--r--src/scxml/doc/qtscxml-module-qml.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/scxml/doc/qtscxml-module-qml.qdoc b/src/scxml/doc/qtscxml-module-qml.qdoc
index 5fdae36..d5cbf6b 100644
--- a/src/scxml/doc/qtscxml-module-qml.qdoc
+++ b/src/scxml/doc/qtscxml-module-qml.qdoc
@@ -34,9 +34,9 @@
To import the QML types into your application, use the following import statement
in your .qml file:
- \code \QtMinorVersion
+ \qml \QtMinorVersion
import QtScxml 5.\1
- \endcode
+ \endqml
For more information, see \l{Instantiating State Machines}.
*/