url

@Parameter(name = "url", required = true)
var url: URL?

Root URL of documentation to link with. Must contain a trailing slash.

Dokka will do its best to automatically find package-list for the given URL, and link declarations together.

It automatic resolution fails or if you want to use locally cached files instead, consider providing packageListUrl.

Example:

<url>https://kotlinlang.org/api/latest/jvm/stdlib/</url>