Instance Method
parents(of:)
Fetches the parents of the documentation node with the given reference.
func parents(of reference: ResolvedTopicReference) -> [ResolvedTopicReference]
Parameters
referenceThe reference of the node to fetch parents for.
Return Value
A list of the reference for the given node’s parent nodes.