summaryrefslogtreecommitdiffstats
path: root/src/qdoc/qdoc/tests/validateqdocoutputfiles/testdata/tableaftervalue/tableaftervalue.qdocconf
blob: fb8daa1324c92301b18dacf2db6ef6bcef3d2aaa (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
project = TableAfterValue

headerdirs  = ./src
sourcedirs  = ./src
exampledirs = ./src

outputformats             = WebXML HTML DocBook
WebXML.quotinginformation = true
WebXML.nosubdirs          = true
WebXML.outputsubdir = webxml

HTML.nosubdirs = true
HTML.outputsubdir = html

DocBook.nosubdirs = true
DocBook.outputsubdir = docbok

sources.fileextensions = "*.qml *.cpp *.qdoc"
headers.fileextensions = "*.h"

# images
imagedirs = ./src/images

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

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