Instance Method
entity(with:)
Look for a documentation node among the registered bundles and via any external resolvers.
func entity(with reference: ResolvedTopicReference) throws(DocumentationContext.ContextError) -> DocumentationNode
Return Value
A DocumentationNode with the given identifier.
Discussion
Throws
DocumentationContext.ContextError.notFound(_:) if a documentation node with the given identifier was not found.