Skip to content

Commit

Permalink
Merge pull request #46 from SwiftPackageIndex/doc-update
Browse files Browse the repository at this point in the history
Replace outdated custom doc parameter
  • Loading branch information
finestructure authored Jun 25, 2024
2 parents 7b8d2fe + c163cd7 commit 218e439
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion Sources/SPIManifest/Documentation.docc/CommonUseCases.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ version: 1
builder:
configs:
- documentation_targets: [Target]
custom_documentation_parameters: [--include-extended-types]
custom_documentation_parameters: [--some-custom-parameter]
```

The provided flags will be added to the `swift package generate-documentation` call when generating documentation via SPM (default).
Expand Down
2 changes: 0 additions & 2 deletions Sources/SPIManifest/Platform.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ public enum Platform: String, Codable, CaseIterable {
case tvOS = "tvos"
case visionOS = "visionos"
case watchOS = "watchos"


}


Expand Down

0 comments on commit 218e439

Please sign in to comment.