We were thinking about the explicit documentation ...
# dokka
m
We were thinking about the explicit documentation inheritance in kotlin and came up with 3 possible solutions: • 0️⃣ Don’t do anything, current situation is fine (automatically inherit everything from nearest docs or override with your own documentation block) • 1️⃣ Introducing
@inheritDoc
to Kotlin to allow for explicit docs inheritance • 2️⃣ Introducing
@dontInheritDocs
to Kotlin If you like any of those ideas you can vote using emojis or should you have better solution write those in the
Thread
0️⃣ 5
1️⃣ 2
2️⃣ 4