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
Add public member-wise initializer to 3 types (#484)
* Add public member-wise initializer for LinkDestinationSummary
* Fix double optional LinkDestinationSummary.Variant title
* Add public member-wise initializer for LinkDestinationSummary.Variant
* Add public member-wise initializer for OutOfProcessReferenceResolver.ResolvedInformation
* Fix minor typo in initializer documentation comment
/// The variants of content (kind, title, abstract, path, urs, declaration, and task groups) for this summarized element.
208
245
publicletvariants:[Variant]
246
+
247
+
/// Creates a new summary of an element that can be linked to from outside the local documentation.
248
+
///
249
+
/// - Parameters:
250
+
/// - kind: The kind of the summarized element.
251
+
/// - language: The language of the summarized element.
252
+
/// - relativePresentationURL: The relative presentation URL for this element.
253
+
/// - referenceURL: The resolved topic reference URL to this element.
254
+
/// - title: The title of the summarized element.
255
+
/// - abstract: The abstract of the summarized element.
256
+
/// - availableLanguages: All the languages in which the summarized element is available.
257
+
/// - platforms: Information about the platforms for which the summarized element is available.
258
+
/// - taskGroups: The reference URLs of the summarized element's children, grouped by their task groups.
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.
261
+
/// - redirects: Any previous URLs for this element, or `nil` if this element has no previous URLs.
262
+
/// - topicImages: Images that are used to represent the summarized element, or `nil` if this element has no topic images.
263
+
/// - references: References used in the content of the summarized element, or `nil` if this element has no references to other content.
264
+
/// - variants: The variants of content (kind, title, abstract, path, urs, declaration, and task groups) for this summarized element.
0 commit comments