CrossReferences

CrossReferences

Provides the crossref function used to automatically calculate link URLs.

source
crossref(doc)

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

source
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