Added docs.
This commit is contained in:
parent
597b5516e1
commit
166ca8af06
51 changed files with 1725 additions and 2 deletions
|
@ -147,11 +147,11 @@ tasks {
|
|||
|
||||
dokka {
|
||||
outputFormat = "html"
|
||||
outputDirectory = "$buildDir/javadoc"
|
||||
outputDirectory = "$projectDir/docs"
|
||||
|
||||
configuration {
|
||||
sourceLink {
|
||||
path = "src/main/kotlin"
|
||||
path = "$projectDir/src/main/kotlin"
|
||||
url = "https://github.com/ethauvin/${project.name}/tree/master/src/main/kotlin"
|
||||
lineSuffix = "#L"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue