Skip to content

Commit 239e14b

Browse files
committed
Swift: fix QLdoc check for EnumElementExpr.qll
1 parent 41b283c commit 239e14b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

swift/ql/lib/codeql/swift/elements/expr/EnumElementExpr.qll

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/**
2+
* `EnumElementExpr` is an expression that constructs a case of an enum.
3+
*/
4+
15
private import codeql.swift.elements.expr.Expr
26
private import codeql.swift.elements.expr.Argument
37
private import codeql.swift.elements.expr.CallExpr

0 commit comments

Comments
 (0)