summaryrefslogtreecommitdiff
path: root/tests/auto/qdoc/generatedoutput/expected_output/docbook/qml-qdoc-test-doctest.xml
diff options
context:
space:
mode:
authorThibaut Cuvelier <cuvelier.thibaut@gmail.com>2022-05-26 05:08:21 +0200
committerLuca Di Sera <luca.disera@qt.io>2022-05-30 13:01:42 +0200
commite46690ecb9438e0cd68d82732d71cdabf8ac2ab5 (patch)
tree89427075bea37d060c167386a63f330d02b645ce /tests/auto/qdoc/generatedoutput/expected_output/docbook/qml-qdoc-test-doctest.xml
parent80e4b71735e577e950e6c20f21255a1b9d1ba8bb (diff)
downloadqttools-e46690ecb9438e0cd68d82732d71cdabf8ac2ab5.tar.gz
Avoid writing code markers in DocBook
They simply clutter the output, while the DocBook processor afterwards is supposed to take care of syntax highlighting. The regression files for "tst_generatedOutput" were regenerated to take the changes into account. Change-Id: I4385a77782cb30cb4cdbd56343efcdc4e1636acb Reviewed-by: Luca Di Sera <luca.disera@qt.io>
Diffstat (limited to 'tests/auto/qdoc/generatedoutput/expected_output/docbook/qml-qdoc-test-doctest.xml')
-rw-r--r--tests/auto/qdoc/generatedoutput/expected_output/docbook/qml-qdoc-test-doctest.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/auto/qdoc/generatedoutput/expected_output/docbook/qml-qdoc-test-doctest.xml b/tests/auto/qdoc/generatedoutput/expected_output/docbook/qml-qdoc-test-doctest.xml
index df288e80f..2bc8e3fab 100644
--- a/tests/auto/qdoc/generatedoutput/expected_output/docbook/qml-qdoc-test-doctest.xml
+++ b/tests/auto/qdoc/generatedoutput/expected_output/docbook/qml-qdoc-test-doctest.xml
@@ -64,9 +64,9 @@
<db:synopsisinfo db:role="threadsafeness">unspecified</db:synopsisinfo>
</db:fieldsynopsis>
<db:para>Name of the test.</db:para>
-<db:programlisting language="qml">&lt;@type&gt;DocTest&lt;/@type&gt; {
- &lt;@name&gt;name&lt;/@name&gt;: &lt;@string&gt;&amp;quot;test&amp;quot;&lt;/@string&gt;
- &lt;@comment&gt;// ...&lt;/@comment&gt;
+<db:programlisting language="qml">DocTest {
+ name: &amp;quot;test&amp;quot;
+ // ...
}
</db:programlisting>
</db:section>