mirror of
https://github.com/github/codeql.git
synced 2026-04-29 18:55:14 +02:00
Merge pull request #5275 from Marcono1234/marcono1234/included-qhelp-files
Use `.inc.qhelp` extension for included help files
This commit is contained in:
@@ -4,6 +4,6 @@
|
||||
|
||||
<qhelp>
|
||||
|
||||
<include src="DeadStore.qhelp" />
|
||||
<include src="DeadStore.inc.qhelp" />
|
||||
|
||||
</qhelp>
|
||||
|
||||
@@ -4,6 +4,6 @@
|
||||
|
||||
<qhelp>
|
||||
|
||||
<include src="DeadStore.qhelp" />
|
||||
<include src="DeadStore.inc.qhelp" />
|
||||
|
||||
</qhelp>
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
<qhelp>
|
||||
|
||||
<include src="ReDoSIntroduction.qhelp" />
|
||||
<include src="ReDoSIntroduction.inc.qhelp" />
|
||||
|
||||
<example>
|
||||
<p>
|
||||
@@ -103,6 +103,6 @@
|
||||
|
||||
</example>
|
||||
|
||||
<include src="ReDoSReferences.qhelp"/>
|
||||
<include src="ReDoSReferences.inc.qhelp"/>
|
||||
|
||||
</qhelp>
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
<qhelp>
|
||||
|
||||
<include src="ReDoSIntroduction.qhelp" />
|
||||
<include src="ReDoSIntroduction.inc.qhelp" />
|
||||
|
||||
<example>
|
||||
<p>
|
||||
@@ -29,6 +29,6 @@
|
||||
</sample>
|
||||
</example>
|
||||
|
||||
<include src="ReDoSReferences.qhelp"/>
|
||||
<include src="ReDoSReferences.inc.qhelp"/>
|
||||
|
||||
</qhelp>
|
||||
|
||||
@@ -14,11 +14,11 @@
|
||||
</overview>
|
||||
|
||||
<recommendation>
|
||||
<include src="recommendation.qhelp" />
|
||||
<include src="recommendation.inc.qhelp" />
|
||||
</recommendation>
|
||||
|
||||
<example>
|
||||
<include src="example.qhelp" />
|
||||
<include src="example.inc.qhelp" />
|
||||
</example>
|
||||
|
||||
<references>
|
||||
|
||||
@@ -22,11 +22,11 @@
|
||||
</overview>
|
||||
|
||||
<recommendation>
|
||||
<include src="recommendation.qhelp" />
|
||||
<include src="recommendation.inc.qhelp" />
|
||||
</recommendation>
|
||||
|
||||
<example>
|
||||
<include src="example.qhelp" />
|
||||
<include src="example.inc.qhelp" />
|
||||
</example>
|
||||
|
||||
<references>
|
||||
|
||||
Reference in New Issue
Block a user