mirror of
https://github.com/github/codeql.git
synced 2026-03-31 04:38:18 +02:00
Fix QLDoc formatting
This commit is contained in:
@@ -112,10 +112,10 @@ extensible predicate barrierModel(
|
||||
* Holds if in a call to the function with canonical path `path`, the value referred
|
||||
* to by `input` is a barrier guard of the given `kind` and `madId` is the data
|
||||
* extension row number.
|
||||
* the value referred to by `input` is assumed to lead to a parameter of a call
|
||||
* (possibly `self`), and the call is guarding the parameter.
|
||||
* `branch` is either `true` or `false`, indicating which branch of the guard
|
||||
* is protecting the parameter.
|
||||
*
|
||||
* The value referred to by `input` is assumed to lead to a parameter of a call
|
||||
* (possibly `self`), and the call is guarding the parameter. `branch` is either `true`
|
||||
* or `false`, indicating which branch of the guard is protecting the parameter.
|
||||
*/
|
||||
extensible predicate barrierGuardModel(
|
||||
string path, string input, string branch, string kind, string provenance,
|
||||
|
||||
Reference in New Issue
Block a user