Age | Commit message (Collapse) | Author |
|
|
|
class is an upper bound of the receiver type parameter
|
|
and applicability more correctly
|
|
|
|
|
|
|
|
|
|
|
|
either generating a doc for a group of overloads (which have no members) or for a single node (where a list of members can be displayed)
|
|
RefKind
|
|
mark extension function types
|
|
|
|
|
|
Embedded underscores and stars were removed in the output
|
|
stars like embedded*star were removed in the output.
|
|
Allow multiple dokka tasks for one project, up-to-date check
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Enable browsing of the output HTML with CSS
|
|
|
|
|
|
Fixes the code so that the relative path to root is always available, breaking the requirement to use a local web server.
|
|
Fixes various IOExceptions thrown during generation.
|
|
|
|
|
|
|
|
|
|
Add build status and latest version bades
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|