dokka
dokka copied to clipboard
API documentation engine for Kotlin
**Question** I can't figure out how to build github pages folder for my [multi-module project](https://github.com/motorro/RxLceModel) with 1.4 `dokkaGfmMultiModule`/`dokkaGfmCollector` tasks. I used to gather dokka outputs with a recipe [from here](https://github.com/Kotlin/dokka/issues/157#issuecomment-468278468)...
If you have this structure: ``` root/ module1/ module1.md build.gradle.kts build.gradle.kts ``` Problem: - add the configuration for `includes.from("module1.md")` in `module1/build.gradle.kts`, - run `./gradlew dokkaHtmlMultiModule` - the markdown file is...
**Describe the bug** Dokka fail on android with different build types It is only successful if I run using debug build type ``` lateinit property module has not been initialized...
See #2576 The main idea is that declarations without platform tabs can be considered to be "common" by default The problem with rendering single "common" platform tab everywhere is that...
**Describe the bug** I am trying to release to Maven Central, but when I publish, I get an error ```none Could not load the value of field `values` of `org.gradle.api.internal.collections.SortedSetElementSource`...
Fixes #1217 Fixes #2231 I've tested locally with success. The changes are fairly simple, but because the configurations are now resolved when executing certain tests, those tests fail if the...
This is regression from https://github.com/Kotlin/dokka/pull/2593. Completely forgot about `Byte`, `Short` and `Char`. It was also displayed fine (resolved `StringValue` by default), but the returned type was incorrect.
**Describe the bug** #1489 made it so the `DProperty` generated for a primitive constant defined in Kotlin contains a `DefaultValue` with the value of that constant. However, a `DProperty` generated...
Fixes #2524
Seems like it had styles of pre-1.6 Dokka. Fixes #2605 Not sure how it looked before, but now it looks like this: 