4

I try to add @see in Kotlin on overload methods, but it can't assign arguments in [].

/**
 * @see [hello(name)] ???
 */
fun hello() {
  ...
}

fun hello(val name:String) {

}
quinz
  • 1,282
  • 4
  • 21
  • 33
Prins Wu
  • 41
  • 4
  • 2
    it's a [known bug/missing feature](https://github.com/Kotlin/dokka/issues/80) – Roland Jan 31 '20 at 10:55
  • Duplicates: https://stackoverflow.com/questions/43855908/can-i-reference-a-specific-function-overload, https://stackoverflow.com/questions/59400005/in-kotlin-documentation-kdoc-is-it-possible-to-link-to-a-specific-overloaded and maybe https://stackoverflow.com/questions/35956535/copy-kdoc-docs-from-one-method-to-another – Roland Jan 31 '20 at 11:25

0 Answers0