summaryrefslogtreecommitdiff
path: root/doc/config/qtsensors-dita.qdocconf
diff options
context:
space:
mode:
authorPeter Yard <peter.yard@nokia.com>2012-02-24 17:19:09 +1000
committerQt by Nokia <qt-info@nokia.com>2012-02-27 14:11:52 +0100
commit602dfa78c254b9ce2880bd5ab729a254e54813e2 (patch)
tree45f0844a9337826465cec78e053327eb7586a9a9 /doc/config/qtsensors-dita.qdocconf
parent6833af05c86253de1eca622017ec9224ba84643a (diff)
downloadqtsensors-602dfa78c254b9ce2880bd5ab729a254e54813e2.tar.gz
Docs: allow standalone builds of documentation.
Change-Id: Iafd4dd55fbbf726e8991365b154e36642cc2688a Reviewed-by: Alex <alex.blasche@nokia.com>
Diffstat (limited to 'doc/config/qtsensors-dita.qdocconf')
-rw-r--r--doc/config/qtsensors-dita.qdocconf33
1 files changed, 33 insertions, 0 deletions
diff --git a/doc/config/qtsensors-dita.qdocconf b/doc/config/qtsensors-dita.qdocconf
new file mode 100644
index 0000000..0ae12e7
--- /dev/null
+++ b/doc/config/qtsensors-dita.qdocconf
@@ -0,0 +1,33 @@
+# Name of the project.
+project = Qt Sensors
+
+# 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 \
+ ../.. \
+ ../../examples \
+ ../src
+
+headerdirs += ../src \
+ ../../src
+
+imagedirs += ../src/images \
+
+sourcedirs += ../src \
+ ../../src
+
+excludedirs +=
+
+#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"