summaryrefslogtreecommitdiffstats
path: root/src/qdoc/qdoc/tests/validateqdocoutputfiles/testdata/tocnavigation/tocnavigation.qdocconf
blob: b78d91169447f8df0a80bb4144636e0269b04315 (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
project = OutputFromQDocFiles
description = "A test project for QDoc build artifacts"
buildversion = "$project - $description"
moduleheader =

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

# zero warning policy -- here; allow one which is (qdoc) warning: Can't link to ''
warninglimit = 1
warninglimit.enabled = true

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

outputformats             = HTML WebXML DocBook
HTML.nosubdirs = true
HTML.outputsubdir = html
WebXML.quotinginformation = true
WebXML.nosubdirs          = true
WebXML.outputsubdir       = webxml
DocBook.nosubdirs         = true
DocBook.outputsubdir      = docbook
DocBook.usedocbookextensions = true

# images
imagedirs = ./src/images

sources = ./src/qdoctests-outputfromqdocfiles.qdoc \
          ./src/qdoctests-outputfromqdocmanuallikefiles.qdoc \
          ./src/toc.qdoc

exampledirs = ./src/snippets

macro.beginqdoc = "\\c {/*!}"
macro.endqdoc = "\\c */"
macro.PROD = QDoc

# Macro from qtbase/doc/global/macros.qdocconf
# The file cannot be included directly, because it requires many
# variables to be set, like QT_VER
macro.borderedimage       = "\\div {class=\"border\"} \\image \1\n\\enddiv"

defines =

navigation.toctitles    = TOC
navigation.toctitles.inclusive = true