File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
Infrastructure/Topic Graph Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
2
This source file is part of the Swift.org open source project
3
3
4
- Copyright (c) 2021-2024 Apple Inc. and the Swift project authors
4
+ Copyright (c) 2021-2025 Apple Inc. and the Swift project authors
5
5
Licensed under Apache License v2.0 with Runtime Library Exception
6
6
7
7
See https://swift.org/LICENSE.txt for license information
@@ -155,7 +155,6 @@ public struct AutomaticCuration {
155
155
for node: DocumentationNode ,
156
156
withTraits variantsTraits: Set < DocumentationDataVariantsTrait > ,
157
157
context: DocumentationContext ,
158
- bundle: DocumentationBundle ,
159
158
renderContext: RenderContext ? ,
160
159
renderer: DocumentationContentRenderer
161
160
) -> TaskGroup ? {
Original file line number Diff line number Diff line change @@ -806,7 +806,6 @@ public struct RenderNodeTranslator: SemanticVisitor {
806
806
for: documentationNode,
807
807
withTraits: allowedTraits,
808
808
context: context,
809
- bundle: context. inputs,
810
809
renderContext: renderContext,
811
810
renderer: contentRenderer
812
811
) {
@@ -1648,7 +1647,6 @@ public struct RenderNodeTranslator: SemanticVisitor {
1648
1647
for: documentationNode,
1649
1648
withTraits: allowedTraits,
1650
1649
context: context,
1651
- bundle: context. inputs,
1652
1650
renderContext: renderContext,
1653
1651
renderer: contentRenderer
1654
1652
) , !seeAlso. references. isEmpty {
You can’t perform that action at this time.
0 commit comments