Skip to content

Commit a9d31ac

Browse files
Remove docs for deprecated params in PackageDescription API
1 parent 7122dd0 commit a9d31ac

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Sources/PackageDescription4/Package.swift

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -245,8 +245,6 @@ public final class Package {
245245
///
246246
/// - Parameters:
247247
/// - name: The name of the Swift package.
248-
/// - pkgConfig: Additional flags for a system package.
249-
/// - providers: The package providers for a system package.
250248
/// - products: The list of products that this package vends and that can be run or used by its clients.
251249
/// - dependencies: The list of package dependencies.
252250
/// - targets: The list of targets that are part of this package.
@@ -282,8 +280,6 @@ public final class Package {
282280
/// - Parameters:
283281
/// - name: The name of the Swift package.
284282
/// - platforms: The list of minimum deployment targets per platform.
285-
/// - pkgConfig: Additional flags for a system package.
286-
/// - providers: The package providers for a system package.
287283
/// - products: The list of products that this package vends and that can be run or used by its clients.
288284
/// - dependencies: The list of package dependencies.
289285
/// - targets: The list of targets that are part of this package.

0 commit comments

Comments
 (0)