Skip to content

Commit 6437168

Browse files
committed
Shared: Fix QLDoc to make QL4QL happy.
1 parent bce5f25 commit 6437168

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

shared/mad/codeql/mad/modelgenerator/internal/ModelGeneratorImpl.qll

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -344,6 +344,8 @@ module MakeModelGeneratorFactory<
344344

345345
/**
346346
* Gets the summary model of `api`, if it follows the `fluent` programming pattern (returns `this`).
347+
*
348+
* The strings `input` and `output` represent the qualifier and the return value, respectively.
347349
*/
348350
private string captureQualifierFlow(DataFlowSummaryTargetApi api, string input, string output) {
349351
exists(ReturnNodeExt ret |

0 commit comments

Comments
 (0)