summaryrefslogtreecommitdiffstats
path: root/src/qdoc/qdoc/tests/generatedoutput/testdata/configs/testcpp_singleexec.qdocconf
blob: e9b72b75d0f85b5e0498df89e21e013e533926bb (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
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

# By default, use -outputdir directly, no subdir.
# outputsubdir '.' matches the root of expected_output/
HTML.nosubdirs = true
HTML.outputsubdir = .

project = TestCPP
includepaths += -I../testcpp

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

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

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