autolink_cross_package
docblock
autolink_cross_package(text::String, packages::Dict{String, ReferenceIndex}) -> StringLink references to multiple packages.
Arguments
text::String: Text containing referencespackages::Dict{String, ReferenceIndex}: Map of package names to their indices
Example
packages = Dict(
"Base" => build_reference_index(Base),
"MyPkg" => build_reference_index(MyPkg)
)
autolink_cross_package(text, packages)