Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
# Conflicts:
# dokka-gradle-plugin/src/main/kotlin/main.kt
|
|
@Suppress("NOT_DOCUMENTED"), fix for linking to targets with underscores, gradle plugin improvements
|
|
|
|
|
|
file names and the list-typed properties are now more robust.
|
|
IntelliJ project
|
|
|
|
|
|
For example, if multiple formats should be generated, adding more tasks like
task dokkaJavadoc(type: org.jetbrains.dokka.gradle.DokkaTask) {
outputFormat = 'javadoc'
outputDirectory = "$buildDir/javadoc"
}
is now possible.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|