File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Sources/PublicModules/PADOutputGenerator/Documentation.docc Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 88 PADProjectBuilder,
99 PADPackageFileAnalyzer,
1010 PADSwiftInterfaceDiff,
11- PADOutputGenerator
11+ PADOutputGenerator,
12+ PADSwiftInterfaceFileLocator
1213 ]
Original file line number Diff line number Diff line change @@ -6,12 +6,11 @@ Allows generation of human readable output from the provided information
66
77``` swift
88// Generated in previous steps
9- let warnings: [String ] = ...
109let changes: [String : [Change]] = ...
10+ let allTargets: [String ] = ...
1111let oldVersionName: String = ...
1212let newVersionName: String = ...
13- let allTargets: [String ] = ...
14- let swiftInterfaceFiles: [SwiftInterfaceFile] = ...
13+ let warnings: [String ] = ...
1514
1615let outputGenerator: any OutputGenerating = MarkdownOutputGenerator ()
1716
You can’t perform that action at this time.
0 commit comments