Added docs.

This commit is contained in:
Erik C. Thauvin 2020-03-02 20:33:22 -08:00
parent 597b5516e1
commit 166ca8af06
51 changed files with 1725 additions and 2 deletions

View file

@ -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"
}