CrossReferences

#Documenter.CrossReferencesModule.

Provides the crossref function used to automatically calculate link URLs.

source

#Documenter.CrossReferences.crossrefMethod.

Signatures

crossref(doc)

Traverses a Documents.Document and replaces links containg @ref URLs with their real URLs.

source

#Documenter.CrossReferences.find_objectMethod.

Signatures

find_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 Bindings matching binding have been included.

source