Initializer
init(bundleID:server:convertRequestIdentifier:)
Creates a new reference resolver that interacts with a documentation service.
init(bundleID: DocumentationBundle.Identifier, server: DocumentationServer, convertRequestIdentifier: String?) throws
Parameters
bundleIDThe bundle identifier the server can resolve references for.
serverThe server to send link resolution requests to.
convertRequestIdentifierThe identifier that the resolver will use for convert requests that it sends to the server.
Discussion
The documentation service is expected to be able to handle messages of kind “resolve-reference”.