aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVenugopal Shivashankar <Venugopal.Shivashankar@qt.io>2018-06-29 10:53:50 +0200
committerVenugopal Shivashankar <Venugopal.Shivashankar@qt.io>2018-07-10 12:54:55 +0000
commit264e0ec580dcca0366aa0e79da11cf38893c4a2f (patch)
tree58cb000bb3279bb317d69ee94ae111d886f1d691
parent2313b5247def794216acb1afde93f2c33c2b7aa0 (diff)
Doc: Add doc config for the QtQml module
This enables qdoc to include the content from the QtQml module page. Change-Id: I889e7918ae33cdc7d11f08a7e68a97c123fa05cc Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
-rw-r--r--sources/pyside2/doc/qtmodules/pyside-qtqml.qdocconf.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/sources/pyside2/doc/qtmodules/pyside-qtqml.qdocconf.in b/sources/pyside2/doc/qtmodules/pyside-qtqml.qdocconf.in
new file mode 100644
index 000000000..546ea7b0a
--- /dev/null
+++ b/sources/pyside2/doc/qtmodules/pyside-qtqml.qdocconf.in
@@ -0,0 +1,5 @@
+#The index page for QtQml lists only the APIs. Including this qdocconf
+#should also include the text and snippets from the module page
+include(@QT_SRC_DIR@/../qtdeclarative/src/qml/doc/qtqml.qdocconf)
+includepaths += -I @QT_SRC_DIR@/../qtdeclarative/src/qml/doc
+include(../pyside-config.qdocconf)