summaryrefslogtreecommitdiff
path: root/tests/auto/qdoc/generatedoutput/expected_output/docbook
diff options
context:
space:
mode:
authorThibaut Cuvelier <cuvelier.thibaut@gmail.com>2022-07-03 03:13:15 +0200
committerThibaut Cuvelier <cuvelier.thibaut@gmail.com>2022-08-22 21:46:08 +0200
commit5f1b06711428cc88bfbcb0a1029303adb7994a47 (patch)
tree55e55aac63727114e5b8893023550b44bbc5f8ae /tests/auto/qdoc/generatedoutput/expected_output/docbook
parentfffdb06383ff9aa29bcd1988cb19ca3e927bd224 (diff)
downloadqttools-5f1b06711428cc88bfbcb0a1029303adb7994a47.tar.gz
Refactor to use the startSection/endSection helpers
On the way, introduce a new overload of startSection that doesn't take an ID (used several times, allows to add a comment about this) and one that takes a node (to map recent changes in writeXmlId). This change also includes some sections that were previously missing and lead to DocBook-validity issues. Pick-to: 6.4 Change-Id: I515f3e31298462997c210a8063db2caaae80dd1d Reviewed-by: Paul Wicking <paul.wicking@qt.io>
Diffstat (limited to 'tests/auto/qdoc/generatedoutput/expected_output/docbook')
-rw-r--r--tests/auto/qdoc/generatedoutput/expected_output/docbook/test-componentset-example.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/auto/qdoc/generatedoutput/expected_output/docbook/test-componentset-example.xml b/tests/auto/qdoc/generatedoutput/expected_output/docbook/test-componentset-example.xml
index 1628d25dd..e0605612e 100644
--- a/tests/auto/qdoc/generatedoutput/expected_output/docbook/test-componentset-example.xml
+++ b/tests/auto/qdoc/generatedoutput/expected_output/docbook/test-componentset-example.xml
@@ -35,6 +35,8 @@ An aliased property of type int.
<db:para>This example only demonstrates the documentation for types in QML files, but the regular QML commands may be placed inside C++ classes to define the public API of the QML type.</db:para>
</db:section>
<db:para>Files:</db:para>
+<db:section>
+<db:title>List of Files</db:title>
<db:itemizedlist><db:listitem>
<db:para><db:link xlink:href="componentset/ProgressBar.qml">componentset/ProgressBar.qml</db:link></db:para></db:listitem>
<db:listitem>
@@ -46,4 +48,5 @@ An aliased property of type int.
<db:listitem>
<db:para><db:link xlink:href="componentset/componentset.qml">componentset/componentset.qml</db:link></db:para></db:listitem>
</db:itemizedlist>
+</db:section>
</db:article>