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.
OutOfProcessReferenceResolver.declarationFragments
1 parent 1b4a185 commit ed9ab84Copy full SHA for ed9ab84
Sources/SwiftDocC/Infrastructure/External Data/OutOfProcessReferenceResolver.swift
@@ -576,6 +576,8 @@ extension OutOfProcessReferenceResolver {
576
/// Information about the platforms and their versions where the resolved node is available, if any.
577
public let platforms: [PlatformAvailability]?
578
/// Information about the resolved declaration fragments, if any.
579
+ ///
580
+ /// This is expected to be an abbreviated declaration for the symbol.
581
public let declarationFragments: DeclarationFragments?
582
583
// We use the real types here because they're Codable and don't have public member-wise initializers.
0 commit comments