summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Eliasson <andreas.eliasson@qt.io>2023-06-28 12:21:11 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2023-09-12 13:58:01 +0000
commit015b5fb169d867ef6b453cd45b2c8a8be30c9fde (patch)
tree4c7cd0d1e769ac3df85c491d43394cee81ee801e
parentcb21b0950101a3e5f20075360003de3fd0b37e62 (diff)
Doc: Use \qml instead of \code for QML code snippet
Change-Id: I2025d77a15eca0b26096344c3f97f91138893378 Reviewed-by: Paul Wicking <paul.wicking@qt.io> (cherry picked from commit ae82cd21c55eacb940f90c084302db8fd21e198d) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--src/pdfquick/doc/src/qtquickpdf-module.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pdfquick/doc/src/qtquickpdf-module.qdoc b/src/pdfquick/doc/src/qtquickpdf-module.qdoc
index 1d31f6148..a4ca0d9e8 100644
--- a/src/pdfquick/doc/src/qtquickpdf-module.qdoc
+++ b/src/pdfquick/doc/src/qtquickpdf-module.qdoc
@@ -12,7 +12,7 @@
To use the types in this module, import the module with the following line:
- \code
+ \qml
import QtQuick.Pdf
- \endcode
+ \endqml
*/