aboutsummaryrefslogtreecommitdiffstats
path: root/doc/config/qtquick-dita.qdocconf
diff options
context:
space:
mode:
Diffstat (limited to 'doc/config/qtquick-dita.qdocconf')
-rw-r--r--doc/config/qtquick-dita.qdocconf24
1 files changed, 24 insertions, 0 deletions
diff --git a/doc/config/qtquick-dita.qdocconf b/doc/config/qtquick-dita.qdocconf
new file mode 100644
index 0000000000..e259a2fa74
--- /dev/null
+++ b/doc/config/qtquick-dita.qdocconf
@@ -0,0 +1,24 @@
+# Name of the project.
+project = Qt Quick
+
+# Directories in which to search for files to document and images.
+# By default set to the root directory of the project for sources
+# and headers and qdoc will therefore generate output for each file.
+# Images should be placed in <rootdir>/dic/images and examples in
+# <rootdir>/examples.
+# Paths are relative to the location of this file.
+exampledirs += ../src/examples
+headerdirs += ../src
+sourcedirs += ../src
+
+
+
+#Do not change the variables after this line unless you know what you are doing.
+
+outputdir = ../ditaxml
+outputformats = DITAXML
+
+examples.fileextensions = "*.cpp *.h *.js *.svg *.xml *.ui *.qml"
+examples.imageextensions = "*.png *.jpeg *.jpg *.gif *.mng"
+headers.fileextensions = "*.h *.ch *.h++ *.hh *.hpp *.hxx"
+sources.fileextensions = "*.cpp *.qdoc *.mm *.qml"