summaryrefslogtreecommitdiffstats
path: root/tests/auto/qdoc/generatedoutput/expected_output/qml-qdoc-test-type.html
diff options
context:
space:
mode:
authorVenugopal Shivashankar <Venugopal.Shivashankar@qt.io>2023-05-10 14:00:16 +0200
committerTopi Reiniƶ <topi.reinio@qt.io>2023-05-12 10:05:12 +0000
commit941a9b5e5963f8c0798415e3cb69f031da1f4109 (patch)
tree97a126f32417149bca99bde76af630c80ecfa537 /tests/auto/qdoc/generatedoutput/expected_output/qml-qdoc-test-type.html
parenteea32dd3313e0370b7a7406f8fe8451865a71007 (diff)
qdoc: Wrap a <div> around the addendum note
The addendum added to the C++ and QML methods, properties, and signals, lack the necessary styling. They are added as a simple HTML para, without the appropriate admonition CSS class, which is normally used for a \note. Pick-to: 6.5 Change-Id: I10cb9d51c587fb21024168a57e8661f7da0ad323 Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
Diffstat (limited to 'tests/auto/qdoc/generatedoutput/expected_output/qml-qdoc-test-type.html')
-rw-r--r--tests/auto/qdoc/generatedoutput/expected_output/qml-qdoc-test-type.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/auto/qdoc/generatedoutput/expected_output/qml-qdoc-test-type.html b/tests/auto/qdoc/generatedoutput/expected_output/qml-qdoc-test-type.html
index d928fbf18..364d3505d 100644
--- a/tests/auto/qdoc/generatedoutput/expected_output/qml-qdoc-test-type.html
+++ b/tests/auto/qdoc/generatedoutput/expected_output/qml-qdoc-test-type.html
@@ -141,8 +141,8 @@
<span class="name">completed</span>(<span class="type"><a href="qml-int.html" translate="no">int</a></span> <i>status</i>)</p></td></tr>
</table></div></div>
<div class="qmldoc"><p>This signal is emitted when the operation completed with <i translate="no">status</i>.</p>
-<p><b>Note: </b>The corresponding handler is <code translate="no">onCompleted</code>.</p>
-</div></div><!-- @@@completed -->
+<div class="admonition note"><p><b>Note: </b>The corresponding handler is <code translate="no">onCompleted</code>.</p>
+</div></div></div><!-- @@@completed -->
<br/>
<!-- $$$group.created[overload1]$$$group.created -->
<div class="qmlitem"><div class="qmlproto" translate="no">
@@ -152,8 +152,8 @@
<span class="name">group.created</span>()</p></td></tr>
</table></div></div>
<div class="qmldoc"><p>This signal is prefixed with <i>group</i>.</p>
-<p><b>Note: </b>The corresponding handler is <code translate="no">group.onCreated</code>.</p>
-</div></div><!-- @@@group.created -->
+<div class="admonition note"><p><b>Note: </b>The corresponding handler is <code translate="no">group.onCreated</code>.</p>
+</div></div></div><!-- @@@group.created -->
<br/>
<h2>Attached Signal Documentation</h2>
<!-- $$$configured[overload1]$$$configured -->
@@ -164,8 +164,8 @@
<span class="name">configured</span>()</p></td></tr>
</table></div></div>
<div class="qmldoc"><p>This attached signal is emitted when the type was configured.</p>
-<p><b>Note: </b>The corresponding handler is <code translate="no">onConfigured</code>.</p>
-</div></div><!-- @@@configured -->
+<div class="admonition note"><p><b>Note: </b>The corresponding handler is <code translate="no">onConfigured</code>.</p>
+</div></div></div><!-- @@@configured -->
<br/>
<h2>Method Documentation</h2>
<!-- $$$ -->