summaryrefslogtreecommitdiffstats
path: root/tests/auto/qdoc/generatedoutput/testdata/configs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qdoc/generatedoutput/testdata/configs')
-rw-r--r--tests/auto/qdoc/generatedoutput/testdata/configs/config.qdocconf14
-rw-r--r--tests/auto/qdoc/generatedoutput/testdata/configs/docbook.qdocconf7
-rw-r--r--tests/auto/qdoc/generatedoutput/testdata/configs/docbook_test.qdocconf3
-rw-r--r--tests/auto/qdoc/generatedoutput/testdata/configs/docbook_testcpp.qdocconf3
-rw-r--r--tests/auto/qdoc/generatedoutput/testdata/configs/docbook_testqml.qdocconf3
-rw-r--r--tests/auto/qdoc/generatedoutput/testdata/configs/examples-qhp.qdocconf40
-rw-r--r--tests/auto/qdoc/generatedoutput/testdata/configs/headerfile.qdocconf11
-rw-r--r--tests/auto/qdoc/generatedoutput/testdata/configs/ignoresince.qdocconf9
-rw-r--r--tests/auto/qdoc/generatedoutput/testdata/configs/nestedmacro.qdocconf10
-rw-r--r--tests/auto/qdoc/generatedoutput/testdata/configs/noautolist.qdocconf14
-rw-r--r--tests/auto/qdoc/generatedoutput/testdata/configs/properties.qdocconf13
-rw-r--r--tests/auto/qdoc/generatedoutput/testdata/configs/scopedenum.qdocconf11
-rw-r--r--tests/auto/qdoc/generatedoutput/testdata/configs/tagfiles.qdocconf2
-rw-r--r--tests/auto/qdoc/generatedoutput/testdata/configs/test.qdocconf16
-rw-r--r--tests/auto/qdoc/generatedoutput/testdata/configs/testcpp.qdocconf12
-rw-r--r--tests/auto/qdoc/generatedoutput/testdata/configs/testcpp_singleexec.qdocconf6
-rw-r--r--tests/auto/qdoc/generatedoutput/testdata/configs/testglobals.qdocconf6
-rw-r--r--tests/auto/qdoc/generatedoutput/testdata/configs/testqml.qdocconf22
-rw-r--r--tests/auto/qdoc/generatedoutput/testdata/configs/testtemplate.qdocconf9
-rw-r--r--tests/auto/qdoc/generatedoutput/testdata/configs/tocnavigation.qdocconf5
-rw-r--r--tests/auto/qdoc/generatedoutput/testdata/configs/usingdirective.qdocconf3
-rw-r--r--tests/auto/qdoc/generatedoutput/testdata/configs/webxml.qdocconf3
-rw-r--r--tests/auto/qdoc/generatedoutput/testdata/configs/webxml_test.qdocconf3
-rw-r--r--tests/auto/qdoc/generatedoutput/testdata/configs/webxml_testcpp.qdocconf3
-rw-r--r--tests/auto/qdoc/generatedoutput/testdata/configs/webxml_testqml.qdocconf2
25 files changed, 0 insertions, 230 deletions
diff --git a/tests/auto/qdoc/generatedoutput/testdata/configs/config.qdocconf b/tests/auto/qdoc/generatedoutput/testdata/configs/config.qdocconf
deleted file mode 100644
index 70129901c..000000000
--- a/tests/auto/qdoc/generatedoutput/testdata/configs/config.qdocconf
+++ /dev/null
@@ -1,14 +0,0 @@
-# Shared configuration for all tests
-
-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
diff --git a/tests/auto/qdoc/generatedoutput/testdata/configs/docbook.qdocconf b/tests/auto/qdoc/generatedoutput/testdata/configs/docbook.qdocconf
deleted file mode 100644
index 68afd29e8..000000000
--- a/tests/auto/qdoc/generatedoutput/testdata/configs/docbook.qdocconf
+++ /dev/null
@@ -1,7 +0,0 @@
-outputformats = DocBook
-DocBook.nosubdirs = true
-DocBook.outputsubdir = docbook
-
-# TODO: DocBook generator has trouble handling shared comment nodes
-# allow two warnings related to these
-warninglimit = 2
diff --git a/tests/auto/qdoc/generatedoutput/testdata/configs/docbook_test.qdocconf b/tests/auto/qdoc/generatedoutput/testdata/configs/docbook_test.qdocconf
deleted file mode 100644
index cf9880078..000000000
--- a/tests/auto/qdoc/generatedoutput/testdata/configs/docbook_test.qdocconf
+++ /dev/null
@@ -1,3 +0,0 @@
-include(config.qdocconf)
-include(test.qdocconf)
-include(docbook.qdocconf)
diff --git a/tests/auto/qdoc/generatedoutput/testdata/configs/docbook_testcpp.qdocconf b/tests/auto/qdoc/generatedoutput/testdata/configs/docbook_testcpp.qdocconf
deleted file mode 100644
index f2b714e00..000000000
--- a/tests/auto/qdoc/generatedoutput/testdata/configs/docbook_testcpp.qdocconf
+++ /dev/null
@@ -1,3 +0,0 @@
-include(config.qdocconf)
-include(testcpp.qdocconf)
-include(docbook.qdocconf)
diff --git a/tests/auto/qdoc/generatedoutput/testdata/configs/docbook_testqml.qdocconf b/tests/auto/qdoc/generatedoutput/testdata/configs/docbook_testqml.qdocconf
deleted file mode 100644
index 028690834..000000000
--- a/tests/auto/qdoc/generatedoutput/testdata/configs/docbook_testqml.qdocconf
+++ /dev/null
@@ -1,3 +0,0 @@
-include(config.qdocconf)
-include(testqml.qdocconf)
-include(docbook.qdocconf)
diff --git a/tests/auto/qdoc/generatedoutput/testdata/configs/examples-qhp.qdocconf b/tests/auto/qdoc/generatedoutput/testdata/configs/examples-qhp.qdocconf
deleted file mode 100644
index 4b9f86938..000000000
--- a/tests/auto/qdoc/generatedoutput/testdata/configs/examples-qhp.qdocconf
+++ /dev/null
@@ -1,40 +0,0 @@
-# QML test includes a documented example
-include(config.qdocconf)
-include(testqml.qdocconf)
-version = 0.0.1
-
-examplesinstallpath = test
-
-exampledirs += ../examples
-
-# Configure .qhp generation
-qhp.projects = Test
-
-qhp.Test.file = test.qhp
-qhp.Test.namespace = org.qt-project.test.001
-qhp.Test.virtualFolder = test
-qhp.Test.indexTitle = UI Components
-qhp.Test.indexRoot =
-
-qhp.Test.subprojects = test classes qmltypes undefined
-qhp.Test.subprojects.test.title = Test
-qhp.Test.subprojects.test.indexTitle = UI Components
-qhp.Test.subprojects.test.selectors = doc:page fake:example module qmlmodule
-qhp.Test.subprojects.test.sortPages = true
-
-qhp.Test.subprojects.classes.title = Classes
-qhp.Test.subprojects.classes.indexTitle = QDoc Test C++ Classes
-qhp.Test.subprojects.classes.selectors = class namespace doc:headerfile boop:whatever
-qhp.Test.subprojects.classes.sortPages = true
-
-qhp.Test.subprojects.qmltypes.title = QML Types
-qhp.Test.subprojects.qmltypes.indexTitle = UI Components
-qhp.Test.subprojects.qmltypes.selectors = qmlmodule:UIComponents,QDoc.Test
-qhp.Test.subprojects.qmltypes.sortPages = true
-
-# Add some meta-data to the example
-manifestmeta.filters = test
-
-manifestmeta.test.names = *
-manifestmeta.test.attributes = isTest:true
-manifestmeta.test.tags = test
diff --git a/tests/auto/qdoc/generatedoutput/testdata/configs/headerfile.qdocconf b/tests/auto/qdoc/generatedoutput/testdata/configs/headerfile.qdocconf
deleted file mode 100644
index 9fa359b90..000000000
--- a/tests/auto/qdoc/generatedoutput/testdata/configs/headerfile.qdocconf
+++ /dev/null
@@ -1,11 +0,0 @@
-include(config.qdocconf)
-project = HeaderFile
-moduleheader = testheader.h
-
-{includepaths,sourcedirs,headerdirs} += ../headerfile
-
-outputformats = HTML DocBook
-HTML.nosubdirs = true
-HTML.outputsubdir = headerfile
-DocBook.nosubdirs = true
-DocBook.outputsubdir = headerfile-docbook
diff --git a/tests/auto/qdoc/generatedoutput/testdata/configs/ignoresince.qdocconf b/tests/auto/qdoc/generatedoutput/testdata/configs/ignoresince.qdocconf
deleted file mode 100644
index 019b15b3a..000000000
--- a/tests/auto/qdoc/generatedoutput/testdata/configs/ignoresince.qdocconf
+++ /dev/null
@@ -1,9 +0,0 @@
-include(config.qdocconf)
-include(testcpp.qdocconf)
-defines += test_ignoresince
-
-ignoresince = 2.0
-ignoresince.Test = 1.0
-
-HTML.nosubdirs = true
-HTML.outputsubdir = ignoresince
diff --git a/tests/auto/qdoc/generatedoutput/testdata/configs/nestedmacro.qdocconf b/tests/auto/qdoc/generatedoutput/testdata/configs/nestedmacro.qdocconf
deleted file mode 100644
index 056b30452..000000000
--- a/tests/auto/qdoc/generatedoutput/testdata/configs/nestedmacro.qdocconf
+++ /dev/null
@@ -1,10 +0,0 @@
-include(config.qdocconf)
-include(testcpp.qdocconf)
-defines += test_nestedmacro
-
-macro.ver = "5.15.0"
-macro.ver.match = "^(\\d+\\.\\d+)"
-macro.versionnote.HTML = "<p><b>This \1 was introduced in version \2.</b></p>\n"
-
-HTML.nosubdirs = true
-HTML.outputsubdir = nestedmacro
diff --git a/tests/auto/qdoc/generatedoutput/testdata/configs/noautolist.qdocconf b/tests/auto/qdoc/generatedoutput/testdata/configs/noautolist.qdocconf
deleted file mode 100644
index 16824db0e..000000000
--- a/tests/auto/qdoc/generatedoutput/testdata/configs/noautolist.qdocconf
+++ /dev/null
@@ -1,14 +0,0 @@
-include(config.qdocconf)
-include(testqml.qdocconf)
-defines += test_noautolist
-
-outputformats = HTML DocBook
-
-HTML.nosubdirs = true
-DocBook.nosubdirs = true
-HTML.outputsubdir = noautolist
-DocBook.outputsubdir = noautolist-docbook
-
-# TODO: DocBook generator has trouble handling shared comment nodes
-# - allow two warnings related to these
-warninglimit = 2
diff --git a/tests/auto/qdoc/generatedoutput/testdata/configs/properties.qdocconf b/tests/auto/qdoc/generatedoutput/testdata/configs/properties.qdocconf
deleted file mode 100644
index 3fbdbef22..000000000
--- a/tests/auto/qdoc/generatedoutput/testdata/configs/properties.qdocconf
+++ /dev/null
@@ -1,13 +0,0 @@
-include(testcpp.qdocconf)
-
-defines += test_properties
-
-sources += ../testcpp/properties.qdoc
-
-outputformats = HTML DocBook
-{HTML.nosubdirs,DocBook.nosubdirs} = true
-HTML.outputsubdir = properties
-DocBook.outputsubdir = properties-docbook
-
-# Allow link warning to Q_INVOKABLE
-warninglimit += 1
diff --git a/tests/auto/qdoc/generatedoutput/testdata/configs/scopedenum.qdocconf b/tests/auto/qdoc/generatedoutput/testdata/configs/scopedenum.qdocconf
deleted file mode 100644
index d142e07fe..000000000
--- a/tests/auto/qdoc/generatedoutput/testdata/configs/scopedenum.qdocconf
+++ /dev/null
@@ -1,11 +0,0 @@
-include(config.qdocconf)
-include(testcpp.qdocconf)
-defines += test_scopedenum
-
-sources += ../scopedenum/scopedenum.qdoc
-
-outputformats = HTML DocBook
-
-{HTML.nosubdirs,DocBook.nosubdirs} = true
-HTML.outputsubdir = scopedenum
-DocBook.outputsubdir = scopedenum-docbook
diff --git a/tests/auto/qdoc/generatedoutput/testdata/configs/tagfiles.qdocconf b/tests/auto/qdoc/generatedoutput/testdata/configs/tagfiles.qdocconf
deleted file mode 100644
index 5e1382588..000000000
--- a/tests/auto/qdoc/generatedoutput/testdata/configs/tagfiles.qdocconf
+++ /dev/null
@@ -1,2 +0,0 @@
-include(testqml.qdocconf)
-tagfile = testtagfile.tags
diff --git a/tests/auto/qdoc/generatedoutput/testdata/configs/test.qdocconf b/tests/auto/qdoc/generatedoutput/testdata/configs/test.qdocconf
deleted file mode 100644
index b076bdae1..000000000
--- a/tests/auto/qdoc/generatedoutput/testdata/configs/test.qdocconf
+++ /dev/null
@@ -1,16 +0,0 @@
-include(config.qdocconf)
-project = OutputFromQDocFiles
-description = "A test project for QDoc build artifacts"
-buildversion = "$project - $description"
-moduleheader =
-
-sources = ../outputfromqdocfiles/qdoctests-outputfromqdocfiles.qdoc
-
-macro.beginqdoc = "\\c {/*!}"
-macro.endqdoc = "\\c */"
-macro.PROD = QDoc
-
-defines = test_navigation
-
-# allow (qdoc) warning: Can't link to ''
-warninglimit += 1
diff --git a/tests/auto/qdoc/generatedoutput/testdata/configs/testcpp.qdocconf b/tests/auto/qdoc/generatedoutput/testdata/configs/testcpp.qdocconf
deleted file mode 100644
index b1d26f27e..000000000
--- a/tests/auto/qdoc/generatedoutput/testdata/configs/testcpp.qdocconf
+++ /dev/null
@@ -1,12 +0,0 @@
-include(config.qdocconf)
-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
diff --git a/tests/auto/qdoc/generatedoutput/testdata/configs/testcpp_singleexec.qdocconf b/tests/auto/qdoc/generatedoutput/testdata/configs/testcpp_singleexec.qdocconf
deleted file mode 100644
index 2ca75ea0a..000000000
--- a/tests/auto/qdoc/generatedoutput/testdata/configs/testcpp_singleexec.qdocconf
+++ /dev/null
@@ -1,6 +0,0 @@
-include(testcpp.qdocconf)
-
-# Config::getOutputDir() forces a subdir in single-exec mode (why?),
-# disable it here explicitly
-HTML.nosubdirs = true
-HTML.outputsubdir = .
diff --git a/tests/auto/qdoc/generatedoutput/testdata/configs/testglobals.qdocconf b/tests/auto/qdoc/generatedoutput/testdata/configs/testglobals.qdocconf
deleted file mode 100644
index c69ffe239..000000000
--- a/tests/auto/qdoc/generatedoutput/testdata/configs/testglobals.qdocconf
+++ /dev/null
@@ -1,6 +0,0 @@
-include(config.qdocconf)
-project = TestGlobals
-includepaths += -I../globalfunc
-
-headers = ../globalfunc/global.h
-sources = ../globalfunc/global.qdoc
diff --git a/tests/auto/qdoc/generatedoutput/testdata/configs/testqml.qdocconf b/tests/auto/qdoc/generatedoutput/testdata/configs/testqml.qdocconf
deleted file mode 100644
index 1c4d29a13..000000000
--- a/tests/auto/qdoc/generatedoutput/testdata/configs/testqml.qdocconf
+++ /dev/null
@@ -1,22 +0,0 @@
-include(config.qdocconf)
-include(testcpp.qdocconf)
-moduleheader = TestCPP
-
-project = Test
-description = "A test project for QDoc build artifacts"
-outputdir = ./html
-
-exampledirs = ../qml
-
-headerdirs += ../
-sourcedirs += ../qml
-
-# Exclude source files from other tests' subdirs
-excludedirs = ../bug80259
-
-examples.fileextensions = "*.qml *.cpp"
-
-macro.begincomment = "\\c{/*}"
-macro.QDocTestVer = "1.1"
-
-warninglimit += 1
diff --git a/tests/auto/qdoc/generatedoutput/testdata/configs/testtemplate.qdocconf b/tests/auto/qdoc/generatedoutput/testdata/configs/testtemplate.qdocconf
deleted file mode 100644
index 575a30d8d..000000000
--- a/tests/auto/qdoc/generatedoutput/testdata/configs/testtemplate.qdocconf
+++ /dev/null
@@ -1,9 +0,0 @@
-include(config.qdocconf)
-include(testcpp.qdocconf)
-defines += test_template
-
-headers += ../testtemplate/testtemplate.h
-sources += ../testtemplate/testtemplate.cpp
-
-HTML.nosubdirs = true
-HTML.outputsubdir = template
diff --git a/tests/auto/qdoc/generatedoutput/testdata/configs/tocnavigation.qdocconf b/tests/auto/qdoc/generatedoutput/testdata/configs/tocnavigation.qdocconf
deleted file mode 100644
index ba950532b..000000000
--- a/tests/auto/qdoc/generatedoutput/testdata/configs/tocnavigation.qdocconf
+++ /dev/null
@@ -1,5 +0,0 @@
-include(config.qdocconf)
-include(test.qdocconf)
-
-defines =
-navigation.toctitles = "Table of Contents"
diff --git a/tests/auto/qdoc/generatedoutput/testdata/configs/usingdirective.qdocconf b/tests/auto/qdoc/generatedoutput/testdata/configs/usingdirective.qdocconf
deleted file mode 100644
index d5a925b58..000000000
--- a/tests/auto/qdoc/generatedoutput/testdata/configs/usingdirective.qdocconf
+++ /dev/null
@@ -1,3 +0,0 @@
-include(config.qdocconf)
-project = UsingDirective
-{includepaths,headerdirs,sourcedirs} = ../usingdirective
diff --git a/tests/auto/qdoc/generatedoutput/testdata/configs/webxml.qdocconf b/tests/auto/qdoc/generatedoutput/testdata/configs/webxml.qdocconf
deleted file mode 100644
index d6e6290b8..000000000
--- a/tests/auto/qdoc/generatedoutput/testdata/configs/webxml.qdocconf
+++ /dev/null
@@ -1,3 +0,0 @@
-outputformats = WebXML
-WebXML.quotinginformation = true
-WebXML.nosubdirs = true
diff --git a/tests/auto/qdoc/generatedoutput/testdata/configs/webxml_test.qdocconf b/tests/auto/qdoc/generatedoutput/testdata/configs/webxml_test.qdocconf
deleted file mode 100644
index 468bc42b5..000000000
--- a/tests/auto/qdoc/generatedoutput/testdata/configs/webxml_test.qdocconf
+++ /dev/null
@@ -1,3 +0,0 @@
-include(config.qdocconf)
-include(test.qdocconf)
-include(webxml.qdocconf)
diff --git a/tests/auto/qdoc/generatedoutput/testdata/configs/webxml_testcpp.qdocconf b/tests/auto/qdoc/generatedoutput/testdata/configs/webxml_testcpp.qdocconf
deleted file mode 100644
index dee1f4dcc..000000000
--- a/tests/auto/qdoc/generatedoutput/testdata/configs/webxml_testcpp.qdocconf
+++ /dev/null
@@ -1,3 +0,0 @@
-include(config.qdocconf)
-include(testcpp.qdocconf)
-include(webxml.qdocconf)
diff --git a/tests/auto/qdoc/generatedoutput/testdata/configs/webxml_testqml.qdocconf b/tests/auto/qdoc/generatedoutput/testdata/configs/webxml_testqml.qdocconf
deleted file mode 100644
index 537685700..000000000
--- a/tests/auto/qdoc/generatedoutput/testdata/configs/webxml_testqml.qdocconf
+++ /dev/null
@@ -1,2 +0,0 @@
-include(testqml.qdocconf)
-include(webxml.qdocconf)