Skip to content

Commit c666f9c

Browse files
authored
Merge pull request github#12089 from geoffw0/filedoc
Swift: QLDoc models files consistently.
2 parents 41f7c7a + bf6ef43 commit c666f9c

File tree

13 files changed

+48
-2
lines changed

13 files changed

+48
-2
lines changed

swift/ql/lib/codeql/swift/frameworks/AEXML.qll

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/**
2+
* Provides models for the AEXML library.
3+
*/
4+
15
import swift
26

37
/** The creation of an `AEXMLParser`. */

swift/ql/lib/codeql/swift/frameworks/Alamofire/Alamofire.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Models for the Alamofire networking library.
2+
* Provides models for the Alamofire networking library.
33
*/
44

55
import swift

swift/ql/lib/codeql/swift/frameworks/Libxml2.qll

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/**
2+
* Provides models for the libxml2 library.
3+
*/
4+
15
import swift
26

37
/**

swift/ql/lib/codeql/swift/frameworks/StandardLibrary/CustomUrlSchemes.qll

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/**
2+
* Provides models related to custom URL schemes.
3+
*/
4+
15
import swift
26
private import codeql.swift.dataflow.DataFlow
37
private import codeql.swift.dataflow.ExternalFlow

swift/ql/lib/codeql/swift/frameworks/StandardLibrary/Data.qll

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/**
2+
* Provides models for the `Data` Swift class.
3+
*/
4+
15
import swift
26
private import codeql.swift.dataflow.ExternalFlow
37

swift/ql/lib/codeql/swift/frameworks/StandardLibrary/FilePath.qll

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/**
2+
* Provides models for the `FilePath` Swift class.
3+
*/
4+
15
import swift
26
private import codeql.swift.dataflow.ExternalFlow
37

swift/ql/lib/codeql/swift/frameworks/StandardLibrary/InputStream.qll

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/**
2+
* Provides models for the `InputStream` Swift class.
3+
*/
4+
15
import swift
26
private import codeql.swift.dataflow.ExternalFlow
37

swift/ql/lib/codeql/swift/frameworks/StandardLibrary/NsData.qll

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
/** Provides classes and models to work with `NSData`-related objects. */
1+
/**
2+
* Provides models for `NSData` and related Swift classes.
3+
*/
24

35
import swift
46
private import codeql.swift.dataflow.DataFlow

swift/ql/lib/codeql/swift/frameworks/StandardLibrary/NsUrl.qll

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/**
2+
* Provides models for the `NSURL` Swift class.
3+
*/
4+
15
import swift
26
private import codeql.swift.dataflow.ExternalFlow
37

swift/ql/lib/codeql/swift/frameworks/StandardLibrary/String.qll

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/**
2+
* Provides models for `String` and related Swift classes.
3+
*/
4+
15
import swift
26
private import codeql.swift.dataflow.DataFlow
37
private import codeql.swift.dataflow.ExternalFlow

0 commit comments

Comments
 (0)