summaryrefslogtreecommitdiffstats
path: root/src/qdoc/qdoc/tests/generatedoutput/testdata/configs/noautolist.qdocconf
blob: ad3b402ea35742b6b7c446a71b9a1b30a6f3fdb7 (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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
sources.fileextensions = "*.qml *.cpp *.qdoc"
headers.fileextensions = "*.h"

# images
imagedirs = ../images

# zero warning policy
warninglimit = 0
warninglimit.enabled = true

# don't write host system-specific paths to index files
locationinfo = false

includepaths += -I../testcpp

headers = ../testcpp/testcpp.h
sources = ../testcpp/testcpp.cpp \
          ../testcpp/classlists.qdoc

macro.CMDFN = \\\\fn
macro.nothing = \\dontdocument ()
macro.testnoautolist = \\if defined(test_noautolist)\n\\noautolist\n\\endif

navigation.cppclassespage = "QDoc Test C++ Classes"

moduleheader = TestCPP

project = Test
description = "A test project for QDoc build artifacts"
outputdir = ./html

exampledirs = ../qml

headerdirs += ../
sourcedirs += ../qml

# Exclude source files from other tests' subdirs
excludedirs = ../bug80259

examples.fileextensions = "*.qml *.cpp"

macro.begincomment      = "\\c{/*}"
macro.QDocTestVer       = "1.1"

navigation.qmltypespage     = "QDoc.Test QML Module"
navigation.qmltypestitle    = "Types"
warninglimit += 1

manifestmeta.examplecategories = "Application Examples" \
                                 "Desktop" \
                                 "Mobile" \
                                 "Embedded"
defines += test_noautolist

outputformats = HTML DocBook

HTML.nosubdirs          = true
DocBook.nosubdirs       = true
HTML.outputsubdir       = noautolist
DocBook.outputsubdir    = noautolist-docbook

# TODO: DocBook generator has trouble handling shared comment nodes
# - allow two warnings related to these
warninglimit = 2