We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc30e78 commit 32e065dCopy full SHA for 32e065d
Sources/SwiftDocC/Infrastructure/External Data/OutOfProcessReferenceResolver.swift
@@ -806,10 +806,10 @@ extension OutOfProcessReferenceResolver {
806
abstract: String,
807
language: SourceLanguage,
808
availableLanguages: Set<SourceLanguage>,
809
- platforms: [PlatformAvailability]?,
810
- declarationFragments: DeclarationFragments?,
811
- topicImages: [TopicImage]?,
812
- references: [RenderReference]?,
+ platforms: [PlatformAvailability]? = nil,
+ declarationFragments: DeclarationFragments? = nil,
+ topicImages: [TopicImage]? = nil,
+ references: [RenderReference]? = nil,
813
variants: [Variant]? = nil
814
) {
815
self.kind = kind
0 commit comments