Warning, /frameworks/syntax-highlighting/autotests/input/test.qdocconf is written in an unsupported language. File is not indexed.
0001 # Test file for qdocconf highlighting 0002 # 0003 # Alerts: ### TODO 0004 0005 # example fragments from GammaRay: 0006 project = "GammaRay" 0007 description = "GammaRay User Manual" 0008 url = https://doc.qt.io/GammaRay 0009 0010 sourcedirs = . 0011 sources.fileextensions = "*.qdoc" 0012 0013 imagedirs = images 0014 0015 exampledirs = ../../examples 0016 examples.fileextensions = "*.h *.cpp *.qml" 0017 0018 depends += qtcore qtnetwork qtgui qtwidgets qtqml qtquick qt3d qtwaylandcompositor 0019 0020 qhp.projects = GammaRay 0021 0022 qhp.GammaRay.file = gammaray-manual.qhp 0023 qhp.GammaRay.namespace = com.kdab.GammaRay.$QT_VERSION_TAG 0024 qhp.GammaRay.virtualFolder = gammaray 0025 qhp.GammaRay.indexTitle = GammaRay User Manual 0026 qhp.GammaRay.indexRoot = 0027 0028 qhp.GammaRay.subprojects = manual 0029 qhp.GammaRay.subprojects.manual.title = GammaRay User Manual 0030 qhp.GammaRay.subprojects.manual.indexTitle = GammaRay User Manual 0031 qhp.GammaRay.subprojects.manual.type = manual 0032 0033 navigation.homepage = "GammaRay User Manual" 0034 navigation.landingpage = "GammaRay User Manual" 0035 buildversion = "GammaRay User Manual $QT_VERSION" 0036 0037 # backward compatibility with Qt < 5.7 0038 macro.borderedimage = "\\div {class=\"border\"} \\image \1\n\\enddiv" 0039 0040 include(gammaray-manual.qdocconf) 0041 0042 HTML.stylesheets += \ 0043 style/qt5-sidebar.html \ 0044 style/gammaray-manual-splash-screen.png \ 0045 style/gammaray-logo-256.png \ 0046 0047 # this goes between breadcrumb and sidebar 0048 HTML.postpostheader = \ 0049 "</ul></div></nav>\n" \ 0050 "<div class=\"container\">\n" \ 0051 "<div class=\"row\">\n" 0052 0053 # this goes between sidebar and actual content 0054 HTML.prologue = \ 0055 " <div class=\"content\" id=\"content\">\n" \ 0056 0057 # selector use from qtbase: 0058 qhp.QtCore.filterAttributes = qtcore $QT_VERSION qtrefdoc 0059 qhp.QtCore.customFilters.Qt.name = QtCore $QT_VERSION 0060 qhp.QtCore.customFilters.Qt.filterAttributes = qtcore $QT_VERSION 0061 qhp.QtCore.subprojects = classes 0062 qhp.QtCore.subprojects.classes.title = C++ Classes 0063 qhp.QtCore.subprojects.classes.indexTitle = Qt Core C++ Classes 0064 qhp.QtCore.subprojects.classes.selectors = class fake:headerfile 0065 qhp.QtCore.subprojects.classes.sortPages = true