summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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}.
*/