summaryrefslogtreecommitdiffstats
path: root/tests/auto/qdoc/generatedoutput/expected_output/html/index.webxml
diff options
context:
space:
mode:
authorPaul Wicking <paul.wicking@qt.io>2019-12-13 10:45:25 +0100
committerPaul Wicking <paul.wicking@qt.io>2019-12-13 10:47:35 +0100
commitf16319f0a06f6e0e5dca58397053de0d8d95a828 (patch)
treeb3261c1cfa9530de7a9cf84a88a2efb4cd5fe91f /tests/auto/qdoc/generatedoutput/expected_output/html/index.webxml
parent9e634885403f4dda7e82fd55cc37d19959f5351d (diff)
QDoc: Add tests to cover webXML generation
This patch adds new tests and test data for covering webxml generation from plain qdoc, as well as from cpp and qml projects. Fixes: QTBUG-79003 Change-Id: I416e88cb4d0ee5c9a27c5096f4fd0d534a4ba50c Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
Diffstat (limited to 'tests/auto/qdoc/generatedoutput/expected_output/html/index.webxml')
-rw-r--r--tests/auto/qdoc/generatedoutput/expected_output/html/index.webxml10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/auto/qdoc/generatedoutput/expected_output/html/index.webxml b/tests/auto/qdoc/generatedoutput/expected_output/html/index.webxml
new file mode 100644
index 000000000..4e51df8d0
--- /dev/null
+++ b/tests/auto/qdoc/generatedoutput/expected_output/html/index.webxml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<WebXML>
+ <document>
+ <page name="index.html" href="index.html" status="active" location="index.qdoc" filepath="/home/levon/work/official/qttools/tests/auto/qdoc/generatedoutput/bug80259/src/qdoc/index.qdoc" lineno="1" documented="true" subtype="page" title="doc index" fulltitle="doc index" subtitle="" module="TestModule">
+ <description path="/home/levon/work/official/qttools/tests/auto/qdoc/generatedoutput/bug80259/src/qdoc/index.qdoc" line="1" column="5">
+ <generatedlist contents="classesbymodule TestModule"/>
+ </description>
+ </page>
+ </document>
+</WebXML>