C++: Add Wikipedia references to QHelp

This commit is contained in:
Nora Dimitrijević
2022-10-12 13:21:24 +02:00
parent 93c01371c3
commit 695d8c6004

View File

@@ -31,4 +31,9 @@ This example shows three different ways of writing the same code. The first exam
<sample src="CommaBeforeMisleadingIndentation.cpp" />
</example>
<references>
<li>Wikipedia: <a href="https://en.wikipedia.org/wiki/Comma_operator">Comma operator</a></li>
<li>Wikipedia: <a href="https://en.wikipedia.org/wiki/Indentation_style#Tabs,_spaces,_and_size_of_indentations">Indentation style &mdash; Tabs, spaces, and size of indentations</a></li>
</references>
</qhelp>