Instance Method
documentationExtensionURL(for:)
Returns the URL of the documentation extension of the given reference.
func documentationExtensionURL(for reference: ResolvedTopicReference) -> URL?
Parameters
referenceThe reference to the symbol this function should return the documentation extension URL for.
Return Value
The document URL of the given symbol reference. If the given reference is not a symbol reference, returns nil.