summaryrefslogtreecommitdiff
path: root/doc/qt5-dita.qdocconf
diff options
context:
space:
mode:
authorMichalina Ziemba <michalina.ziemba@nokia.com>2012-01-10 14:41:32 +0100
committerQt by Nokia <qt-info@nokia.com>2012-01-11 11:31:35 +0100
commit69126b892587b5eae2702ba495cb50cce9c67a42 (patch)
tree80375b9bce7827db5c90c280a8eb2598b5a17a70 /doc/qt5-dita.qdocconf
parent6bce314ee4bf34d5d3239a236b3aedb3d41ab18e (diff)
downloadqtxmlpatterns-69126b892587b5eae2702ba495cb50cce9c67a42.tar.gz
Adding configuration files for documentation build
-added qdocconf, pri file, and stylesheet -modified project file Change-Id: I56b341b96c05fdafe8f0521bb28a7bb1ffc3288e Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Gary Aish <gary.aish@nokia.com> Reviewed-by: Honglei Zhang <honglei.zhang@nokia.com>
Diffstat (limited to 'doc/qt5-dita.qdocconf')
-rw-r--r--doc/qt5-dita.qdocconf22
1 files changed, 22 insertions, 0 deletions
diff --git a/doc/qt5-dita.qdocconf b/doc/qt5-dita.qdocconf
new file mode 100644
index 0000000..d9703e1
--- /dev/null
+++ b/doc/qt5-dita.qdocconf
@@ -0,0 +1,22 @@
+# Name of the project.
+project = projectname
+
+# 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 += .
+headerdirs += ..
+sourcedirs += ..
+
+
+
+#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"