aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside2/doc/pyside-config.qdocconf.in
blob: 3fd5671659e56d2bfe3894de178cf052c525f802 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
buildversion              = @PYSIDE_QT_VERSION@
navigation.homepage       = Qt for Python

macro.nullptr           = "\\c{None}"

outputdir                 = @DOC_DATA_DIR@
outputformats             = WebXML
WebXML.quotinginformation = true
WebXML.nosubdirs          = true
WebXML.outputsubdir       = webxml

spurious                 += "Hostile character .*"

#excludes qdoc statements that are not relevant for PySide2
defines                  += qtforpython

includepaths += \
    -I @QT_INCLUDE_DIR@ \
    -I @mkspecInclude@ \