aboutsummaryrefslogtreecommitdiffstats
path: root/doc/config/qtquick-dita.qdocconf
diff options
context:
space:
mode:
authorJerome Pasion <jerome.pasion@nokia.com>2011-09-30 16:08:08 +0200
committerQt by Nokia <qt-info@nokia.com>2011-10-05 14:31:40 +0200
commit884c0f6bf0246c128e3b6786f00fe5de3f3f9f6e (patch)
tree7be1c09b90d5b55256d411bd7f3f826270995ebc /doc/config/qtquick-dita.qdocconf
parent2dbb77584a26b8de5f84124498059d9f811a23dd (diff)
Doc: Adding qtdeclarative documentation configuration files.
We need a modularized Qt Quick documentation package that only contains Qt Quick 2. Add a make target for the documentation. Copied Qt 5's offline style as a starting CSS template. Change-Id: I2298f23c7695ebbe38f43b89626431a2e8059a9a Reviewed-on: http://codereview.qt-project.org/5891 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Alan Alpert <alan.alpert@nokia.com>
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"