summaryrefslogtreecommitdiffstats
path: root/src/qdoc/qdoc/tests/validateqdocoutputfiles/testdata/duplicate_section_titles_have_unique_anchors/duplicate_section_titles_have_unique_anchors.qdocconf
blob: d1ebe89d082781eadad8bd3ed79642cb2a17b557 (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
project = Duplicate section titles have unique anchors

locationinfo = false

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

headerdirs  = .
sourcedirs  = ./src

warninglimit = 0
warninglimit.enabled = true

outputformats             = WebXML HTML DocBook
WebXML.quotinginformation = true

HTML.nosubdirs = true
HTML.outputsubdir = html

WebXML.nosubdirs = true
WebXML.outputsubdir = webxml

DocBook.nosubdirs = true
DocBook.outputsubdir = docbook