Minor: use package descriptions in Kotlin build of api docs too, not just javadocs.

This commit is contained in:
Mike Hearn 2017-09-26 18:12:03 +02:00
parent d3e1a8e1c0
commit e49da94418

View File

@ -10,6 +10,7 @@ dokka {
outputDirectory = file("${rootProject.rootDir}/docs/build/html/api/kotlin")
processConfigurations = ['compile']
sourceDirs = files('../core/src/main/kotlin', '../client/jfx/src/main/kotlin', '../client/mock/src/main/kotlin', '../client/rpc/src/main/kotlin', '../node-api/src/main/kotlin', '../finance/src/main/kotlin', '../client/jackson/src/main/kotlin', '../testing/node-driver/src/main/kotlin', '../testing/test-utils/src/main/kotlin')
includes = ['packages.md']
jdkVersion = 8
externalDocumentationLink {