remoteUrl

fun remoteUrl(value: String)(source)

Set the value of remoteUrl.

Parameters

value

will be converted to a URI


@get:Input
abstract val remoteUrl: Property<URI>(source)

URL of source code hosting service that can be accessed by documentation readers, like GitHub, GitLab, Bitbucket, etc. This URL will be used to generate source code links of declarations.

Example:

java.net.URI("https://github.com/username/projectname/tree/master/src"))