dokka icon indicating copy to clipboard operation
dokka copied to clipboard

Source link rendered twice if name of property and function clashed

Open atyrin opened this issue 9 months ago • 0 comments

class OverloadWithDifferentDeclarations{
    val me: String = ""
    fun me() {}
}

With configured source links they are rendered twice for declarations: image

Installation

  • Dokka version: 2.0.0

atyrin avatar May 15 '24 12:05 atyrin