Skip to content

Commit b7d0d28

Browse files
committed
Swift: QLDoc.
1 parent d64fd62 commit b7d0d28

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

swift/ql/lib/codeql/swift/elements/decl/IterableDeclContext.qll

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ private import codeql.swift.generated.decl.IterableDeclContext
22
private import codeql.swift.elements.decl.NominalTypeDecl
33
private import codeql.swift.elements.decl.ExtensionDecl
44

5+
/**
6+
* A nominal type (class, struct, enum or protocol) or extension.
7+
*/
58
class IterableDeclContext extends Generated::IterableDeclContext {
69
/**
710
* Gets the `NominalTypeDecl` corresponding to this `IterableDeclContext`
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
// generated by codegen/codegen.py, remove this comment if you wish to edit this file
21
private import codeql.swift.generated.decl.NominalTypeDecl
32

3+
/**
4+
* A class, struct, enum or protocol.
5+
*/
46
class NominalTypeDecl extends Generated::NominalTypeDecl { }

0 commit comments

Comments
 (0)