summaryrefslogtreecommitdiffstats
path: root/doc/qt5-dita.qdocconf
blob: 39bd1007646b14a69b6406f353ddbf31712c2666 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Name of the project.
project = qtconnectivity

# 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 +=  ../examples
headerdirs +=   ../src/bluetooth ../src/imports/bluetooth
imagedirs +=    src/images
sourcedirs +=   ../src/bluetooth \
                ../src/imports/bluetooth \
                src
excludedirs +=  ../tests




#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"