Skip to content

Commit

Permalink
Reformat QLDoc in shared library
Browse files Browse the repository at this point in the history
  • Loading branch information
owen-mc committed Sep 19, 2024
1 parent f2fbe64 commit 9d74b22
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion shared/dataflow/codeql/dataflow/internal/DataFlowImpl.qll
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,10 @@ module MakeImpl<LocationSig Location, InputSig<Location> Lang> {
/** Holds if data flow into `node` is prohibited. */
predicate isBarrierIn(Node node);

/** Holds if data flow into `node` is prohibited when the target flow state is `state`. */
/**
* Holds if data flow into `node` is prohibited when the target flow state
* is `state`.
*/
predicate isBarrierIn(Node node, FlowState state);

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

0 comments on commit 9d74b22

Please sign in to comment.