CrossReferences
Documenter.CrossReferences
— ModuleProvides the crossref
function used to automatically calculate link URLs.
Documenter.CrossReferences.crossref
— Methodcrossref(doc)
Traverses a Documenter.Document
and replaces links containing @ref
URLs with their real URLs.
Documenter.CrossReferences.find_object
— Methodfind_object(doc, binding, typesig)
Find the included Object
in the doc
matching binding
and typesig
. The matching heuristic isn't too picky about what matches and will only fail when no Binding
s matching binding
have been included.
Documenter.CrossReferences.xrefname
— MethodParse the link.url
field of an at-ref link. Returns nothing
if it's not an at-ref, an empty string the reference link has no label, or a whitespace-stripped version the label.