diff options
author | Thibaut Cuvelier <cuvelier.thibaut@gmail.com> | 2022-07-08 03:06:33 +0200 |
---|---|---|
committer | Paul Wicking <paul.wicking@qt.io> | 2022-11-04 09:37:22 +0100 |
commit | ea0007a61132f32219cba3d492f55fd9f7d229d3 (patch) | |
tree | 8cbbca6a220463adb3e02aee2fa7d921b5b767df /tests | |
parent | 15c849cdf80256ab37f7dd17c9e8e208a0c5981f (diff) | |
download | qttools-ea0007a61132f32219cba3d492f55fd9f7d229d3.tar.gz |
Insert missing ends of paragraphs for reimplements
Also simplify the code of generateReimplementsClause by merging two conditions.
Change-Id: I04c7ffc774b885ce2da862557d7a3c3325901624
Reviewed-by: Paul Wicking <paul.wicking@qt.io>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/auto/qdoc/generatedoutput/expected_output/docbook/testqdoc-testderived.xml | 3 | ||||
-rw-r--r-- | tests/auto/qdoc/generatedoutput/expected_output/properties-docbook/testqdoc-testderived.xml | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/tests/auto/qdoc/generatedoutput/expected_output/docbook/testqdoc-testderived.xml b/tests/auto/qdoc/generatedoutput/expected_output/docbook/testqdoc-testderived.xml index 57572b557..2a6d13375 100644 --- a/tests/auto/qdoc/generatedoutput/expected_output/docbook/testqdoc-testderived.xml +++ b/tests/auto/qdoc/generatedoutput/expected_output/docbook/testqdoc-testderived.xml @@ -87,6 +87,7 @@ </db:methodsynopsis> <db:para>Reimplements: <db:link xlink:href="testqdoc-test.xml#virtualFun" role="function">Test::virtualFun()</db:link>.</db:para> </db:section> +</db:section> <db:section xml:id="obsolete"> <db:title>Obsolete Members for TestDerived</db:title> <db:para><db:emphasis role="bold">The following members of class <db:link xlink:href="testqdoc-testderived.xml">TestDerived</db:link> are deprecated.</db:emphasis> We strongly advise against using them in new code.</db:para> @@ -110,4 +111,4 @@ </db:section> </db:section> </db:section> -</db:section></db:article> +</db:article> diff --git a/tests/auto/qdoc/generatedoutput/expected_output/properties-docbook/testqdoc-testderived.xml b/tests/auto/qdoc/generatedoutput/expected_output/properties-docbook/testqdoc-testderived.xml index 8cda83f1a..a6a9a5b25 100644 --- a/tests/auto/qdoc/generatedoutput/expected_output/properties-docbook/testqdoc-testderived.xml +++ b/tests/auto/qdoc/generatedoutput/expected_output/properties-docbook/testqdoc-testderived.xml @@ -231,6 +231,7 @@ <db:synopsisinfo role="threadsafeness">unspecified</db:synopsisinfo> </db:methodsynopsis> <db:para>Reimplements an access function for property: <db:link xlink:href="testqdoc-test.xml#id-prop" role="property">Test::id</db:link>.</db:para> +</db:section> <db:section xml:id="invokeMe"> <db:title>[invokable] TestDerived::void invokeMe() const</db:title> <db:methodsynopsis> @@ -265,6 +266,7 @@ </db:methodsynopsis> <db:para>Reimplements: <db:link xlink:href="testqdoc-test.xml#virtualFun" role="function">Test::virtualFun()</db:link>.</db:para> </db:section> +</db:section> <db:section xml:id="obsolete"> <db:title>Obsolete Members for TestDerived</db:title> <db:para><db:emphasis role="bold">The following members of class <db:link xlink:href="testqdoc-testderived.xml">TestDerived</db:link> are deprecated.</db:emphasis> We strongly advise against using them in new code.</db:para> @@ -288,4 +290,4 @@ </db:section> </db:section> </db:section> -</db:section></db:section></db:article> +</db:article> |