You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -224,7 +224,7 @@ public struct LinkDestinationSummary: Codable, Equatable {
224
224
/// - taskGroups: The taskGroups of the variant or `nil` if the taskGroups is the same as the summarized element.
225
225
/// - usr: The precise symbol identifier of the variant or `nil` if the precise symbol identifier is the same as the summarized element.
226
226
/// - fullName: The full name of this symbol, derived from its full declaration fragments, or `nil` if the precise symbol identifier is the same as the summarized element.
227
-
/// - declarationFragments: The declaration of the variant or `nil` if the declaration is the same as the summarized element.
227
+
/// - declarationFragments: The abbreviated declaration of the variant or `nil` if the declaration is the same as the summarized element.
228
228
publicinit(
229
229
traits:[RenderNode.Variant.Trait],
230
230
kind:VariantValue<DocumentationNode.Kind>=nil,
@@ -295,7 +295,7 @@ public struct LinkDestinationSummary: Codable, Equatable {
295
295
/// - taskGroups: The reference URLs of the summarized element's children, grouped by their task groups.
296
296
/// - usr: The unique, precise identifier for this symbol that you use to reference it across different systems, or `nil` if the summarized element isn't a symbol.
297
297
/// - fullName: The full name of this symbol, derived from its full declaration fragments, or `nil` if the summarized element isn't a symbol.
298
-
/// - declarationFragments: The fragments for this symbol's declaration, or `nil` if the summarized element isn't a symbol.
298
+
/// - declarationFragments: The abbreviated fragments for this symbol's declaration, or `nil` if the summarized element isn't a symbol.
299
299
/// - redirects: Any previous URLs for this element, or `nil` if this element has no previous URLs.
300
300
/// - topicImages: Images that are used to represent the summarized element, or `nil` if this element has no topic images.
301
301
/// - references: References used in the content of the summarized element, or `nil` if this element has no references to other content.
Copy file name to clipboardExpand all lines: Tests/SwiftDocCTests/Test Bundles/MixedLanguageFramework.docc/symbol-graphs/clang/MixedLanguageFramework.symbols.json
0 commit comments