Skip to content

Commit 218e439

Browse files
Merge pull request #46 from SwiftPackageIndex/doc-update
Replace outdated custom doc parameter
2 parents 7b8d2fe + c163cd7 commit 218e439

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Sources/SPIManifest/Documentation.docc/CommonUseCases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ version: 1
5757
builder:
5858
configs:
5959
- documentation_targets: [Target]
60-
custom_documentation_parameters: [--include-extended-types]
60+
custom_documentation_parameters: [--some-custom-parameter]
6161
```
6262

6363
The provided flags will be added to the `swift package generate-documentation` call when generating documentation via SPM (default).

Sources/SPIManifest/Platform.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ public enum Platform: String, Codable, CaseIterable {
2020
case tvOS = "tvos"
2121
case visionOS = "visionos"
2222
case watchOS = "watchos"
23-
24-
2523
}
2624

2725

0 commit comments

Comments
 (0)