mirror of
https://github.com/github/codeql.git
synced 2026-04-26 17:25:19 +02:00
Java: Use .inc.qhelp extension for included help files
This commit is contained in:
15
java/ql/src/DeadCode/DeadCodeExtraEntryPoints.inc.qhelp
Normal file
15
java/ql/src/DeadCode/DeadCodeExtraEntryPoints.inc.qhelp
Normal file
@@ -0,0 +1,15 @@
|
||||
<!DOCTYPE qhelp PUBLIC
|
||||
"-//Semmle//qhelp//EN"
|
||||
"qhelp.dtd">
|
||||
<qhelp>
|
||||
|
||||
<fragment>
|
||||
<p>
|
||||
If you observe a large number of false positives, you may need to add extra entry points to
|
||||
identify hidden dependencies caused by the use of a particular framework or technique, or to
|
||||
identify library project entry points. Please refer to the Semmle documentation for more
|
||||
information on how to do this.
|
||||
</p>
|
||||
</fragment>
|
||||
|
||||
</qhelp>
|
||||
Reference in New Issue
Block a user