summaryrefslogtreecommitdiff
path: root/tests/auto/qdoc/generatedoutput/expected_output/qml-qdoc-test-doctest.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-doctest.html
parenteea32dd3313e0370b7a7406f8fe8451865a71007 (diff)
downloadqttools-941a9b5e5963f8c0798415e3cb69f031da1f4109.tar.gz
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-doctest.html')
-rw-r--r--tests/auto/qdoc/generatedoutput/expected_output/qml-qdoc-test-doctest.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/auto/qdoc/generatedoutput/expected_output/qml-qdoc-test-doctest.html b/tests/auto/qdoc/generatedoutput/expected_output/qml-qdoc-test-doctest.html
index 49c8b2730..2608efb1e 100644
--- a/tests/auto/qdoc/generatedoutput/expected_output/qml-qdoc-test-doctest.html
+++ b/tests/auto/qdoc/generatedoutput/expected_output/qml-qdoc-test-doctest.html
@@ -84,8 +84,8 @@
<td class="tblQmlFuncNode"><p>
<span class="name">completed</span>()</p></td></tr>
</table></div></div>
-<div class="qmldoc"><p><b>Note: </b>The corresponding handler is <code translate="no">onCompleted</code>.</p>
-</div></div><!-- @@@completed -->
+<div class="qmldoc"><div class="admonition note"><p><b>Note: </b>The corresponding handler is <code translate="no">onCompleted</code>.</p>
+</div></div></div><!-- @@@completed -->
<br/>
<!-- $$$foo[overload1]$$$foovar -->
<div class="qmlitem"><div class="qmlproto" translate="no">
@@ -95,8 +95,8 @@
<span class="name">foo</span>(<span class="type">var</span> <i>bar</i>)</p></td></tr>
</table></div></div>
<div class="qmldoc"><p>Signal with parameter <i translate="no">bar</i>.</p>
-<p><b>Note: </b>The corresponding handler is <code translate="no">onFoo</code>.</p>
-</div></div><!-- @@@foo -->
+<div class="admonition note"><p><b>Note: </b>The corresponding handler is <code translate="no">onFoo</code>.</p>
+</div></div></div><!-- @@@foo -->
<br/>
<!-- $$$itsHappening[overload1]$$$itsHappeningbool -->
<div class="qmlitem"><div class="qmlproto" translate="no">
@@ -106,8 +106,8 @@
<span class="name">itsHappening</span>(<span class="type">bool</span> <i>really</i>)</p></td></tr>
</table></div></div>
<div class="qmldoc"><p>Signals that something is <i translate="no">really</i> happening.</p>
-<p><b>Note: </b>The corresponding handler is <code translate="no">onItsHappening</code>.</p>
-</div></div><!-- @@@itsHappening -->
+<div class="admonition note"><p><b>Note: </b>The corresponding handler is <code translate="no">onItsHappening</code>.</p>
+</div></div></div><!-- @@@itsHappening -->
<br/>
<h2>Method Documentation</h2>
<!-- $$$fail[overload1]$$$fail -->