Document the arg() function QML adds to the String prototype.
[profile/ivi/qtdeclarative.git] / doc / config / qtquick.qdocconf
1 # Name of the project.
2 project = Qt Quick
3 description = Qt Quick Documentation
4
5 # Directories in which to search for files to document and images.
6 # By default set to the root directory of the project for sources
7 # and headers and qdoc will therefore generate output for each file.
8 # Images should be placed in <rootdir>/dic/images and examples in
9 # <rootdir>/examples.
10 # Paths are relative to the  location of this file.
11
12 exampledirs += ../src/examples \
13                ../.. \
14                ../../examples
15
16 headerdirs += ../src \
17               ../../src
18
19 imagedirs += ../src/images \
20
21 sourcedirs += ../src \
22               ../../src \
23               ../../examples
24
25 #indexes = $QT5DOC/doc/html/qt.index
26
27 # The following parameters are for creating a qhp file, the qhelpgenerator
28 # program can convert the qhp file into a qch file which can be opened in
29 # Qt Assistant and/or Qt Creator.
30
31 # Defines the name of the project. You cannot use operators (+, =, -) in
32 # the name. Properties for this project are set using a qhp.<projectname>.property
33 # format.
34 qhp.projects = qtquick
35
36 # Sets the name of the output qhp file.
37 qhp.qtquick.file = qtquick.qhp
38
39 # Namespace for the output file. This namespace is used to distinguish between
40 # different documentation files in Creator/Assistant. Qt Quick 2 release.
41 qhp.qtquick.namespace = qtquick.200
42
43 # Title for the package, will be the main title for the package in
44 # Assistant/Creator.
45 qhp.qtquick.indexTitle = Qt Quick Documentation
46
47 # Extra files to add to the output which are not linked to from anywhere
48 # using a qdoc \l command.
49 qhp.qtquick.extraFiles = style/qtquick.css \
50                                      index.html
51
52 # Only update the name of the project for the next variables.
53 qhp.qtquick.virtualFolder  = qdoc
54 qhp.qtquick.subprojects = classes
55 qhp.qtquick.subprojects.classes.title = Classes
56 qhp.qtquick.subprojects.classes.selectors = class fake:headerfile
57 qhp.qtquick.subprojects.classes.sortPages = true
58
59
60
61 # Do NOT change the variables after this line unless you know what you are doing.
62
63 outputdir = ../html
64 outputformats = HTML
65
66 examples.fileextensions = "*.cpp *.h *.js *.svg *.xml *.ui *.qml"
67 examples.imageextensions = "*.png *.jpeg *.jpg *.gif *.mng"
68 headers.fileextensions = "*.h *.ch *.h++ *.hh *.hpp *.hxx"
69 sources.fileextensions = "*.cpp *.qdoc *.mm *.qml"
70
71 HTML.nobreadcrumbs = "true"
72
73 HTML.templatedir = .
74 HTML.stylesheets = style/qtquick.css
75
76 HTML.headerstyles = "  <link rel=\"stylesheet\" type=\"text/css\" href=\"style/qtquick.css\" />\n"
77 HTML.endheader = "</head>\n<body>\n"
78
79 HTML.footer = "<div class=\"footer\">Copyright (C) 2012 Nokia Corporation and/or its subsidiaries. All rights reserved.</div>\n"