Skip to content

Commit 695d8c6

Browse files
committed
C++: Add Wikipedia references to QHelp
1 parent 93c0137 commit 695d8c6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

cpp/ql/src/Best Practices/Likely Errors/CommaBeforeMisleadingIndentation.qhelp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,9 @@ This example shows three different ways of writing the same code. The first exam
3131
<sample src="CommaBeforeMisleadingIndentation.cpp" />
3232
</example>
3333

34+
<references>
35+
<li>Wikipedia: <a href="https://en.wikipedia.org/wiki/Comma_operator">Comma operator</a></li>
36+
<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>
37+
</references>
38+
3439
</qhelp>

0 commit comments

Comments
 (0)