GradleSourceLinkBuilder

class GradleSourceLinkBuilder(project: Project) : DokkaConfigurationBuilder<SourceLinkDefinitionImpl>

Functions

build
Link copied to clipboard
open override fun build(): SourceLinkDefinitionImpl

Properties

localDirectory
Link copied to clipboard
@InputDirectory()
@PathSensitive(value = PathSensitivity.RELATIVE)
val localDirectory: Property<File?>
remoteLineSuffix
Link copied to clipboard
@Optional()
@Input()
val remoteLineSuffix: Property<String>
remoteUrl
Link copied to clipboard
@Input()
val remoteUrl: Property<URL?>