mirror of
https://github.com/github/codeql.git
synced 2026-04-19 05:54:00 +02:00
Merge pull request #12089 from geoffw0/filedoc
Swift: QLDoc models files consistently.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
/**
|
||||
* Provides models for the AEXML library.
|
||||
*/
|
||||
|
||||
import swift
|
||||
|
||||
/** The creation of an `AEXMLParser`. */
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/**
|
||||
* Models for the Alamofire networking library.
|
||||
* Provides models for the Alamofire networking library.
|
||||
*/
|
||||
|
||||
import swift
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
/**
|
||||
* Provides models for the libxml2 library.
|
||||
*/
|
||||
|
||||
import swift
|
||||
|
||||
/**
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
/**
|
||||
* Provides models related to custom URL schemes.
|
||||
*/
|
||||
|
||||
import swift
|
||||
private import codeql.swift.dataflow.DataFlow
|
||||
private import codeql.swift.dataflow.ExternalFlow
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
/**
|
||||
* Provides models for the `Data` Swift class.
|
||||
*/
|
||||
|
||||
import swift
|
||||
private import codeql.swift.dataflow.ExternalFlow
|
||||
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
/**
|
||||
* Provides models for the `FilePath` Swift class.
|
||||
*/
|
||||
|
||||
import swift
|
||||
private import codeql.swift.dataflow.ExternalFlow
|
||||
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
/**
|
||||
* Provides models for the `InputStream` Swift class.
|
||||
*/
|
||||
|
||||
import swift
|
||||
private import codeql.swift.dataflow.ExternalFlow
|
||||
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
/** Provides classes and models to work with `NSData`-related objects. */
|
||||
/**
|
||||
* Provides models for `NSData` and related Swift classes.
|
||||
*/
|
||||
|
||||
import swift
|
||||
private import codeql.swift.dataflow.DataFlow
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
/**
|
||||
* Provides models for the `NSURL` Swift class.
|
||||
*/
|
||||
|
||||
import swift
|
||||
private import codeql.swift.dataflow.ExternalFlow
|
||||
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
/**
|
||||
* Provides models for `String` and related Swift classes.
|
||||
*/
|
||||
|
||||
import swift
|
||||
private import codeql.swift.dataflow.DataFlow
|
||||
private import codeql.swift.dataflow.ExternalFlow
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
/**
|
||||
* Provides models for the `URL` Swift class.
|
||||
*/
|
||||
|
||||
import swift
|
||||
private import codeql.swift.dataflow.DataFlow
|
||||
private import codeql.swift.dataflow.ExternalFlow
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
/**
|
||||
* Provides models for the `URLSession` Swift class.
|
||||
*/
|
||||
|
||||
private import codeql.swift.dataflow.ExternalFlow
|
||||
|
||||
private class UrlSessionSummaries extends SummaryModelCsv {
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
/**
|
||||
* Provides models for WebView-related Swift classes.
|
||||
*/
|
||||
|
||||
import swift
|
||||
private import codeql.swift.dataflow.DataFlow
|
||||
private import codeql.swift.dataflow.ExternalFlow
|
||||
|
||||
Reference in New Issue
Block a user