Vadim Mishenev

Results 114 comments of Vadim Mishenev

`DefaultDescriptorToDocumentableTranslator` is directly unavailable after the refactoring. Although you can use it via an interface of extension point. In this case it is [CoreExtensions.sourceToDocumentableTranslator ](https://github.com/Kotlin/dokka/blob/d4d457d357627fd8100e4f0d47868020485996ec/dokka-subprojects/core/src/main/kotlin/org/jetbrains/dokka/CoreExtensions.kt#L25) Also, see the developer guide:...

## Current status We are fixing some issues discovered after the second iteration of testing. TBD... **User-affective issues (28):** - Java-Kotlin interop — synthetic Java properties (7 issues): - #3339...

[Dokka 2.1.0](https://github.com/Kotlin/dokka/releases/tag/v2.1.0) has been released with K2 analysis enabled by default. It fully supports Kotlin/JVM and KMP projects. There are no known blockers that would force users to fall back...

Current state: Dokka uses `DRI`(Documentable/Dokka Resource Identifier) to generate links. The problem is `TypeReference` that is a part of `DRI` can not distinguish the 2 cases: ``` fun f(vararg p:...

Another possible use-case: #463 - providing external documentation in inheritors

This is actual for a function and a property with the same name: ```kt val name = "" fun name() = "" ```

One more case from the coroutines library: https://kotlinlang.org/api/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines.flow/as-flow.html

Fixed in [build-2.3.20-dev-5860](https://github.com/JetBrains/kotlin/releases/tag/build-2.3.20-dev-5860)

@Seggan Thank you for your contribution 👍 Could you provide some unit tests?