aboutsummaryrefslogtreecommitdiffstats
path: root/doc/config/qtquick-dita.qdocconf
diff options
context:
space:
mode:
Diffstat (limited to 'doc/config/qtquick-dita.qdocconf')
-rw-r--r--doc/config/qtquick-dita.qdocconf36
1 files changed, 0 insertions, 36 deletions
diff --git a/doc/config/qtquick-dita.qdocconf b/doc/config/qtquick-dita.qdocconf
deleted file mode 100644
index ee471c1df1..0000000000
--- a/doc/config/qtquick-dita.qdocconf
+++ /dev/null
@@ -1,36 +0,0 @@
-# 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 \
- ../.. \
- ../../examples
-
-headerdirs += ../src \
- ../../src
-
-imagedirs += ../src/images \
-
-sourcedirs += ../src \
- ../../src
-
-excludedirs += ../src/qtquick1 \
- ../../src/qtquick1
-
-
-
-
-#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"