summaryrefslogtreecommitdiffstats
path: root/doc/config/qtsensors-dita.qdocconf
diff options
context:
space:
mode:
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 00000000..0ae12e7e
--- /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"