Skip to content

Commit 9d74b22

Browse files
committed
Reformat QLDoc in shared library
1 parent f2fbe64 commit 9d74b22

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

shared/dataflow/codeql/dataflow/internal/DataFlowImpl.qll

+4-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,10 @@ module MakeImpl<LocationSig Location, InputSig<Location> Lang> {
5555
/** Holds if data flow into `node` is prohibited. */
5656
predicate isBarrierIn(Node node);
5757

58-
/** Holds if data flow into `node` is prohibited when the target flow state is `state`. */
58+
/**
59+
* Holds if data flow into `node` is prohibited when the target flow state
60+
* is `state`.
61+
*/
5962
predicate isBarrierIn(Node node, FlowState state);
6063

6164
/** Holds if data flow out of `node` is prohibited. */

0 commit comments

Comments
 (0)