dokka
dokka copied to clipboard
[K2] Generated getter for property in kotlin-as-java doesn't inherit kdoc description
/**
* @property propertyWithKDoc some prop
*/
class CrossLinksSource(){
val propertyWithKDoc: Int = 0
}
With kotlin-as-java
plugin the generated getter doesn't get the description.
In K1 it worked correctly:
Installation
- Dokka version: 1.9.20
Parent: https://github.com/Kotlin/dokka/issues/3328 Relates: #3367
Is blocking?
- Testing: no
- Beta: seems like no