Document the arg() function QML adds to the String prototype.
[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                ../.. \
12                ../../examples
13
14 headerdirs += ../src \
15               ../../src
16
17 imagedirs += ../src/images \
18
19 sourcedirs += ../src \
20               ../../src
21
22 excludedirs += ../src/qtquick1 \
23                ../../src/qtquick1
24
25
26
27
28 #Do not change the variables after this line unless you know what you are doing.
29
30 outputdir = ../ditaxml
31 outputformats = DITAXML
32
33 examples.fileextensions = "*.cpp *.h *.js *.svg *.xml *.ui *.qml"
34 examples.imageextensions = "*.png *.jpeg *.jpg *.gif *.mng"
35 headers.fileextensions = "*.h *.ch *.h++ *.hh *.hpp *.hxx"
36 sources.fileextensions = "*.cpp *.qdoc *.mm *.qml"