dokka icon indicating copy to clipboard operation
dokka copied to clipboard

[K2] Generated getter for property in kotlin-as-java doesn't inherit kdoc description

Open atyrin opened this issue 1 year ago • 1 comments

/**
 * @property propertyWithKDoc some prop
 */
class CrossLinksSource(){
    val propertyWithKDoc: Int = 0
}

With kotlin-as-java plugin the generated getter doesn't get the description.

image

In K1 it worked correctly:

image

Installation

  • Dokka version: 1.9.20

Parent: https://github.com/Kotlin/dokka/issues/3328 Relates: #3367

atyrin avatar Nov 23 '23 15:11 atyrin

Is blocking?

  • Testing: no
  • Beta: seems like no

IgnatBeresnev avatar Apr 26 '24 12:04 IgnatBeresnev