C++: add missing close-paragraph tag to qhelp

This commit is contained in:
Nick Rolfe
2019-06-04 11:27:34 +01:00
committed by GitHub
parent 4bfe89c320
commit 8e7521d6b8

View File

@@ -6,7 +6,7 @@
<p>This rule finds calls to functions that are dangerous to
use. Currently, it checks for calls
to <code>gmtime</code>, <code>localtime</code>,
<code>ctime</code> and <code>asctime</code>.
<code>ctime</code> and <code>asctime</code>.</p>
<p>The time related functions such as <code>gmtime</code>
fill data into a <code>tm</code> struct or <code>char</code> array in