mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
Add missing QLDoc
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/**
|
||||
* Provides classes for performing local (intra-procedural) and
|
||||
* Provides modules for performing local (intra-procedural) and
|
||||
* global (inter-procedural) taint-tracking analyses.
|
||||
*/
|
||||
|
||||
@@ -8,6 +8,9 @@ private import DataFlowImpl
|
||||
private import DataFlowParameter
|
||||
import TaintTrackingParameter
|
||||
|
||||
/**
|
||||
* Construct the modules for taint-tracking analyses.
|
||||
*/
|
||||
module TaintFlowMake<
|
||||
DataFlowParameter DataFlowLang, TaintTrackingParameter<DataFlowLang> TaintTrackingLang>
|
||||
{
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
/**
|
||||
* Provides the signature for the language-specific parts of the taint-tracking analyses.
|
||||
*/
|
||||
|
||||
import DataFlowParameter
|
||||
|
||||
signature module TaintTrackingParameter<DataFlowParameter Lang> {
|
||||
|
||||
Reference in New Issue
Block a user