Is there a way to distinguish functions with a sam...
# announcements
m
Is there a way to distinguish functions with a same name but with a different total signature in KDoc? Say, I have
fun something()
and
fun something(arg: Int)
and I want to link em each other in a docs. Is it possible and how can I do it?
o
@semoro ^^
s
It is known issue, feel free to vote https://youtrack.jetbrains.com/issue/KT-15984
m
ty for answer 🙂