Merge pull request #12089 from geoffw0/filedoc

Swift: QLDoc models files consistently.
This commit is contained in:
Geoffrey White
2023-02-03 18:45:20 +00:00
committed by GitHub
13 changed files with 48 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
/**
* Provides models for the AEXML library.
*/
import swift
/** The creation of an `AEXMLParser`. */

View File

@@ -1,5 +1,5 @@
/**
* Models for the Alamofire networking library.
* Provides models for the Alamofire networking library.
*/
import swift

View File

@@ -1,3 +1,7 @@
/**
* Provides models for the libxml2 library.
*/
import swift
/**

View File

@@ -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

View File

@@ -1,3 +1,7 @@
/**
* Provides models for the `Data` Swift class.
*/
import swift
private import codeql.swift.dataflow.ExternalFlow

View File

@@ -1,3 +1,7 @@
/**
* Provides models for the `FilePath` Swift class.
*/
import swift
private import codeql.swift.dataflow.ExternalFlow

View File

@@ -1,3 +1,7 @@
/**
* Provides models for the `InputStream` Swift class.
*/
import swift
private import codeql.swift.dataflow.ExternalFlow

View File

@@ -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

View File

@@ -1,3 +1,7 @@
/**
* Provides models for the `NSURL` Swift class.
*/
import swift
private import codeql.swift.dataflow.ExternalFlow

View File

@@ -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

View File

@@ -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

View File

@@ -1,3 +1,7 @@
/**
* Provides models for the `URLSession` Swift class.
*/
private import codeql.swift.dataflow.ExternalFlow
private class UrlSessionSummaries extends SummaryModelCsv {

View File

@@ -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