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
@@ -214,7 +214,7 @@ public struct LinkDestinationSummary: Codable, Equatable {
214
214
/// - abstract: The abstract of the variant or `nil` if the abstract is the same as the summarized element.
215
215
/// - taskGroups: The taskGroups of the variant or `nil` if the taskGroups is the same as the summarized element.
216
216
/// - usr: The precise symbol identifier of the variant or `nil` if the precise symbol identifier is the same as the summarized element.
217
-
/// - declarationFragments: The declaration of the variant or `nil` if the declaration is the same as the summarized element.
217
+
/// - declarationFragments: The abbreviated declaration of the variant or `nil` if the declaration is the same as the summarized element.
218
218
/// - topicImages: Images that are used to represent the summarized element or `nil` if the images are the same as the summarized element.
219
219
publicinit(
220
220
traits:[RenderNode.Variant.Trait],
@@ -257,7 +257,7 @@ public struct LinkDestinationSummary: Codable, Equatable {
257
257
/// - platforms: Information about the platforms for which the summarized element is available.
258
258
/// - taskGroups: The reference URLs of the summarized element's children, grouped by their task groups.
259
259
/// - 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.
260
-
/// - declarationFragments: The fragments for this symbol's declaration, or `nil` if the summarized element isn't a symbol.
260
+
/// - declarationFragments: The abbreviated fragments for this symbol's declaration, or `nil` if the summarized element isn't a symbol.
261
261
/// - redirects: Any previous URLs for this element, or `nil` if this element has no previous URLs.
262
262
/// - topicImages: Images that are used to represent the summarized element, or `nil` if this element has no topic images.
263
263
/// - references: References used in the content of the summarized element, or `nil` if this element has no references to other content.
0 commit comments