summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJędrzej Nowacki <jedrzej.nowacki@digia.com>2014-03-07 12:43:16 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-03-14 13:20:15 +0100
commit522026bfc605b0ac0bc9d03614096f307df50952 (patch)
treecb6fb81da960ec0a73902d8514518645c422434c /doc
parent5ed59ab19c145afd5ff7db47ee4b0c3c11f47c7a (diff)
Remove unused and unlinked qdocconf file from the project.
Change-Id: I24ba7ae438d4763ca065d88147ff0a023c0ce85c Reviewed-by: Lorn Potter <lorn.potter@jollamobile.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/config/qtsensors-dita.qdocconf33
1 files changed, 0 insertions, 33 deletions
diff --git a/doc/config/qtsensors-dita.qdocconf b/doc/config/qtsensors-dita.qdocconf
deleted file mode 100644
index 0ae12e7e..00000000
--- a/doc/config/qtsensors-dita.qdocconf
+++ /dev/null
@@ -1,33 +0,0 @@
-# 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"