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.
DocumentationNode.unifiedSymbol
DocumentationNode.symbol
1 parent 80fb728 commit e03f383Copy full SHA for e03f383
Sources/SwiftDocC/Infrastructure/DocumentationContext.swift
@@ -858,7 +858,7 @@ public class DocumentationContext: DocumentationContextDataProviderDelegate {
858
var updatedNode = documentationCache[reference]!
859
860
// Pull a matched article out of the cache and attach content to the symbol
861
- let symbol = updatedNode.symbol
+ let symbol = updatedNode.unifiedSymbol?.documentedSymbol
862
let foundDocumentationExtension = matches?.first
863
864
updatedNode.initializeSymbolContent(
0 commit comments