add missing qldoc (that was already missing?)

This commit is contained in:
erik-krogh
2022-08-18 15:06:42 +02:00
parent e89e0eb7fb
commit a593a52b5e
7 changed files with 13 additions and 0 deletions

View File

@@ -81,6 +81,7 @@ deprecated class UntrustedExternalAPIDataNode = UntrustedExternalApiDataNode;
* Name of an external API sink, boxed in a newtype for consistency with other languages.
*/
private newtype TExternalApi =
/** An external API sink with `name`. */
MkExternalApiNode(string name) {
exists(Sink sink |
any(Configuration c).hasFlow(_, sink) and