Shared: Fix QLDoc to make QL4QL happy.

This commit is contained in:
Mathias Vorreiter Pedersen
2025-05-08 10:16:09 -04:00
parent bce5f2539f
commit 64371688d7

View File

@@ -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 |