summaryrefslogtreecommitdiffstats
path: root/tests/auto/qdoc/generatedoutput/testqml.qdocconf
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@qt.io>2019-12-04 12:55:12 +0100
committerTopi Reinio <topi.reinio@qt.io>2019-12-06 12:14:16 +0100
commit54179a445a9c968c4c56c20336fe5b2d732cdae0 (patch)
tree006a6e55793afbff9bcddd3b527f0c573efdc803 /tests/auto/qdoc/generatedoutput/testqml.qdocconf
parentba7da547208222ad023f13d4f95ba596689148f0 (diff)
Improve QDoc autotest for QML documentation
Fix the previous test that never generated any QML type documentation, and add new test types, documented in .cpp, .qdoc, and inline in .qml. Use all available \qml-specific QDoc commands. Fixes: QTBUG-80154 Change-Id: I60d9762836b986ca534c664517274517b73c085d Reviewed-by: Levon Sargsyan <levon.sargsyan@qt.io> Reviewed-by: Paul Wicking <paul.wicking@qt.io>
Diffstat (limited to 'tests/auto/qdoc/generatedoutput/testqml.qdocconf')
-rw-r--r--tests/auto/qdoc/generatedoutput/testqml.qdocconf13
1 files changed, 9 insertions, 4 deletions
diff --git a/tests/auto/qdoc/generatedoutput/testqml.qdocconf b/tests/auto/qdoc/generatedoutput/testqml.qdocconf
index 769c3d627..00d12a463 100644
--- a/tests/auto/qdoc/generatedoutput/testqml.qdocconf
+++ b/tests/auto/qdoc/generatedoutput/testqml.qdocconf
@@ -1,10 +1,15 @@
+include(testcpp.qdocconf)
project = Test
description = "A test project for QDoc build artifacts"
-moduleheader=
outputdir = ./html
-exampledirs = .
-sources.fileextensions = \
- examples.qdoc
+exampledirs = qml
+
+headerdirs += .
+sourcedirs += qml
+
+sources.fileextensions = "*.qml *.cpp *.qdoc"
+headers.fileextensions = "*.h"
macro.begincomment = "\\c{/*}"
+macro.QDocTestVer = "1.1"