Skip to content

Commit 7e980d9

Browse files
committed
Add a bit more qldoc.
1 parent 0c47203 commit 7e980d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

shared/dataflow/codeql/dataflow/test/ProvenancePathGraph.qll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ signature module PathGraphSig<PathNodeSig PathNode> {
2626
predicate subpaths(PathNode arg, PathNode par, PathNode ret, PathNode out);
2727
}
2828

29+
/** Transforms a `PathGraph` by printing the provenance information. */
2930
module ShowProvenance<
3031
interpretModelForTestSig/2 interpretModelForTest, PathNodeSig PathNode,
3132
PathGraphSig<PathNode> PathGraph>

0 commit comments

Comments
 (0)