Skip to content

Commit

Permalink
Fixing some documentation (#74)
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Guretzki <[email protected]>
  • Loading branch information
goergisn and Alex Guretzki authored Dec 9, 2024
1 parent 981e43a commit 64414ca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .spi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ builder:
PADProjectBuilder,
PADPackageFileAnalyzer,
PADSwiftInterfaceDiff,
PADOutputGenerator
PADOutputGenerator,
PADSwiftInterfaceFileLocator
]
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,11 @@ Allows generation of human readable output from the provided information

```swift
// Generated in previous steps
let warnings: [String] = ...
let changes: [String: [Change]] = ...
let allTargets: [String] = ...
let oldVersionName: String = ...
let newVersionName: String = ...
let allTargets: [String] = ...
let swiftInterfaceFiles: [SwiftInterfaceFile] = ...
let warnings: [String] = ...

let outputGenerator: any OutputGenerating = MarkdownOutputGenerator()

Expand Down

0 comments on commit 64414ca

Please sign in to comment.