Fixed all qdoc errors for this module (except those related to linking)
[profile/ivi/qtxmlpatterns.git] / doc / qt5-dita.qdocconf
1 # Name of the project.
2 project = projectname
3
4 # Directories in which to search for files to document and images.
5 # By default set to the root directory of the project for sources
6 # and headers and qdoc will therefore generate output for each file.
7 # Images should be placed in <rootdir>/dic/images and examples in
8 # <rootdir>/examples.
9 # Paths are relative to the  location of this file.
10 exampledirs += .
11 headerdirs += ..
12 sourcedirs += ..
13
14
15
16 #Do not change the variables after this line unless you know what you are doing.
17
18 outputdir = ditaxml
19 outputformats = DITAXML
20
21 sources.fileextensions = "*.cpp *.qdoc *.mm *.qml"
22 headers.fileextensions = "*.h *.ch *.h++ *.hh *.hpp *.hxx"