aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/doc/pyside-config.qdocconf.in
blob: 7807c9d5265af1bef261407445c4ec349f7d94d2 (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 PySide6
defines                  += qtforpython

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