summaryrefslogtreecommitdiffstats
path: root/tests/auto/qdoc/generatedoutput/expected_output/testcpp-module.html
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@qt.io>2021-10-13 20:17:09 +0200
committerTopi Reinio <topi.reinio@qt.io>2021-10-16 16:36:10 +0200
commit8687e163757df00c1e64c15ad63680ed5c2f6937 (patch)
treeb5f888bdead67f21c3fb524c10300889f278661b /tests/auto/qdoc/generatedoutput/expected_output/testcpp-module.html
parent23b348e9e9583c8face308e58fcd2ac14f905b4d (diff)
qdoc: Add styling for \note, \important and \warning
And add Atom types for Warning instead of simply hard-coding a bold warning note. Fix a compiler warning for tst_generatedoutput in passing. Pick-to: 6.2 5.15 Fixes: QTBUG-97448 Change-Id: I1fe691ffaadc549b17c8628817fe761d3be0fad7 Reviewed-by: Paul Wicking <paul.wicking@qt.io>
Diffstat (limited to 'tests/auto/qdoc/generatedoutput/expected_output/testcpp-module.html')
-rw-r--r--tests/auto/qdoc/generatedoutput/expected_output/testcpp-module.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/qdoc/generatedoutput/expected_output/testcpp-module.html b/tests/auto/qdoc/generatedoutput/expected_output/testcpp-module.html
index 117f34d72..04bd8e487 100644
--- a/tests/auto/qdoc/generatedoutput/expected_output/testcpp-module.html
+++ b/tests/auto/qdoc/generatedoutput/expected_output/testcpp-module.html
@@ -33,8 +33,10 @@
<!-- $$$TestCPP-description -->
<div class="descr">
<h2 id="details">Detailed Description</h2>
+<div class="admonition note">
<p><b>Note: </b>This is just a test.</p>
</div>
+</div>
<!-- @@@TestCPP -->
</body>
</html>