summaryrefslogtreecommitdiffstats
path: root/doc/qt5-dita.qdocconf
diff options
context:
space:
mode:
authorKranthi Kuntala <kranthi.kumar-kuntala@nokia.com>2012-04-20 10:11:10 +0300
committerKranthi Kuntala <kranthi.kumar-kuntala@nokia.com>2012-04-23 10:00:58 +0200
commitc9c3994efd1bf472bbf43d47e190e8a6eff3a39b (patch)
tree1c3ed41f2224fc386237e20e188592246eed9a43 /doc/qt5-dita.qdocconf
parent861cc54b150248a6e70b7af592bda787957eb2a1 (diff)
adding docs
Change-Id: Ie9d0fa1250a3a1a623682c40e19f815777c43852 Reviewed-by: Kranthi Kuntala <kranthi.kumar-kuntala@nokia.com>
Diffstat (limited to 'doc/qt5-dita.qdocconf')
-rw-r--r--doc/qt5-dita.qdocconf32
1 files changed, 32 insertions, 0 deletions
diff --git a/doc/qt5-dita.qdocconf b/doc/qt5-dita.qdocconf
new file mode 100644
index 0000000..758269f
--- /dev/null
+++ b/doc/qt5-dita.qdocconf
@@ -0,0 +1,32 @@
+# Name of the project.
+project = QAlignedTimer
+
+# 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.
+headerdirs += ..
+
+sourcedirs += .. \
+ ../doc/src
+
+exampledirs += ../.. \
+ ../doc/src \
+ ../examples
+
+imagedirs += ../doc/src/images \
+ ../examples
+
+excludedirs +=
+
+
+
+#Do not change the variables after this line unless you know what you are doing.
+
+outputdir = ditaxml
+outputformats = DITAXML
+
+sources.fileextensions = "*.cpp *.qdoc *.mm *.qml"
+headers.fileextensions = "*.h *.ch *.h++ *.hh *.hpp *.hxx"