Doc: Adding qtdeclarative documentation configuration files.
[profile/ivi/qtdeclarative.git] / doc / config / qtquick-dita.qdocconf
1 # Name of the project.
2 project = Qt Quick
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 += ../src/examples
11 headerdirs += ../src
12 sourcedirs += ../src
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 examples.fileextensions = "*.cpp *.h *.js *.svg *.xml *.ui *.qml"
22 examples.imageextensions = "*.png *.jpeg *.jpg *.gif *.mng"
23 headers.fileextensions = "*.h *.ch *.h++ *.hh *.hpp *.hxx"
24 sources.fileextensions = "*.cpp *.qdoc *.mm *.qml"