Skip to content

Commit 3256e2a

Browse files
committed
Add missing qldoc
1 parent 3fe40d3 commit 3256e2a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

shared/dataflow/codeql/dataflow/PrintDfg.qll

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ private import codeql.util.Location
88
private import codeql.dataflow.DataFlow as DF
99
private import codeql.dataflow.TaintTracking as TT
1010

11+
/**
12+
* Instantiates the `PrintGraph` module using edges from the data flow graph.
13+
*/
1114
module MakePrintDfg<
1215
LocationSig Location, DF::InputSig<Location> DataFlowLang,
1316
TT::InputSig<Location, DataFlowLang> TaintTrackingLang>

0 commit comments

Comments
 (0)