Instance Method
externallyLinkableElementSummaries(context:renderNode:includeTaskGroups:)
Summarizes the node and all of its child elements that you can link to from outside the bundle.
func externallyLinkableElementSummaries(context: DocumentationContext, renderNode: RenderNode, includeTaskGroups: Bool = true) -> [LinkDestinationSummary]
Parameters
contextThe context in which references that are found the node’s content are resolved in.
renderNodeThe render node representation of this documentation node.
includeTaskGroupsWhether or not the link summaries should include task groups
Return Value
The list of summary elements, with the node’s summary as the first element.