Use .inc.qhelp extension for included help files

This commit is contained in:
Marcono1234
2021-02-25 22:32:39 +01:00
parent d685aff5e2
commit 5a8ffa5a85
80 changed files with 70 additions and 69 deletions

View File

@@ -0,0 +1,12 @@
<!DOCTYPE qhelp PUBLIC
"-//Semmle//qhelp//EN"
"qhelp.dtd">
<qhelp>
<fragment>
<p> Variables that are defined in a group, for example <code>x, y = func()</code> are handled collectively.
If they are all unused, then this is reported. Otherwise they are all treated as used.
</p>
</fragment>
</qhelp>