Vadim Mishenev

Results 63 comments of Vadim Mishenev
trafficstars

one more case: ```kt public open class C2 { class A2 } public class A2 /** * [A2] leads to C2.A2 */ public class SomeClass : C2() ```

This issues was addressed in https://github.com/Kotlin/KEEP/issues/389

By KDoc, `[x]` is treated as a link to element `x`. Meanwhile, Dokka should generate `\]` and `\[` in HTML to display MathJax. Current workaround - to use HTML escaping,...

https://youtrack.jetbrains.com/issue/KT-24840/Square-bracket-escaping-in-KDoc

It is blocked by https://youtrack.jetbrains.com/issue/KT-72244/Analysis-API-Fake-override-symbol-has-no-overridden-symbols

Great! I’m totally fine.

Also, it would be nice to have Kotlin/Java mixed project. For example, it could help to find a recent bug with concurrency https://github.com/Kotlin/dokka/pull/3143.

After a discussion at our meeting, opening external documentation for such members can be a UI issue, e.g. there is no way to come back to the original documentation. I...

I have experienced the same issue when I call Dokka like `./gradlew dokkaHtmlMultiModule`. It runs all `dokkaHtmlMultiModule` tasks in subprojects, that have children. See [Gradle: executing tasks by name ](https://docs.gradle.org/current/userguide/intro_multi_project_builds.html#sec:executing_tasks_by_name)....