mirror of
https://github.com/github/codeql.git
synced 2026-04-23 15:55:18 +02:00
Shared: Fix QLDoc to make QL4QL happy.
This commit is contained in:
@@ -344,6 +344,8 @@ module MakeModelGeneratorFactory<
|
||||
|
||||
/**
|
||||
* Gets the summary model of `api`, if it follows the `fluent` programming pattern (returns `this`).
|
||||
*
|
||||
* The strings `input` and `output` represent the qualifier and the return value, respectively.
|
||||
*/
|
||||
private string captureQualifierFlow(DataFlowSummaryTargetApi api, string input, string output) {
|
||||
exists(ReturnNodeExt ret |
|
||||
|
||||
Reference in New Issue
Block a user