summaryrefslogtreecommitdiffstats
path: root/tools/qdoc3/test/qt-api-only.qdocconf
blob: 1ec0c6b45d74786c14f853a4e9f9fcd773463603 (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
28
29
30
31
32
33
34
35
36
37
38
39
40
include(qt-build-docs.qdocconf)

# Ensures that the generated index contains a URL that can be used by the
# tools documentation (assistant.qdocconf, designer.qdocconf, linguist.qdocconf,
# qmake.qdocconf).

url                     = ./
online                  = false
offline                 = false
creator                 = true

# Ensures that the documentation for the tools is not included in the generated
# .qhp file.

qhp.Qt.excluded  += $QT_SOURCE_TREE/doc/src/development/assistant-manual.qdoc \
                    $QT_SOURCE_TREE/doc/src/examples/simpletextviewer.qdoc \
                    $QT_SOURCE_TREE/doc/src/development/designer-manual.qdoc \
                    $QT_SOURCE_TREE/doc/src/examples/calculatorbuilder.qdoc \
                    $QT_SOURCE_TREE/doc/src/examples/calculatorform.qdoc \
                    $QT_SOURCE_TREE/doc/src/examples/customwidgetplugin.qdoc \
                    $QT_SOURCE_TREE/doc/src/examples/taskmenuextension.qdoc \
                    $QT_SOURCE_TREE/doc/src/examples/containerextension.qdoc \
                    $QT_SOURCE_TREE/doc/src/examples/worldtimeclockbuilder.qdoc \
                    $QT_SOURCE_TREE/doc/src/examples/worldtimeclockplugin.qdoc \
                    $QT_SOURCE_TREE/doc/src/internationalization/linguist-manual.qdoc \
                    $QT_SOURCE_TREE/doc/src/examples/hellotr.qdoc \
                    $QT_SOURCE_TREE/doc/src/examples/arrowpad.qdoc \
                    $QT_SOURCE_TREE/doc/src/examples/trollprint.qdoc \
                    $QT_SOURCE_TREE/doc/src/development/qmake-manual.qdoc

# Remove the QML documentation from the Qt-only documentation.

excludedirs += $QT_SOURCE_TREE/src/declarative \
               $QT_SOURCE_TREE/src/imports \
               $QT_SOURCE_TREE/src/3rdparty/webkit/WebKit/qt/declarative \
               $QT_SOURCE_TREE/doc/src/declarative

outputdir         = $QT_BUILD_TREE/doc-build/html-qt
tagfile           = $QT_BUILD_TREE/doc-build/html-qt/qt.tags
base              = file:$QT_BUILD_TREE/doc-build/html-qt