<@U614XBD5E> Do you mean overloaded functions or j...
# announcements
r
@dumptruckman Do you mean overloaded functions or just two different functions that happen to have the same name? If they are overloaded, no
Note that KDoc does not have any syntax for resolving overloaded members in links. Since the Kotlin documentation generation tool puts the documentation for all overloads of a function on the same page, identifying a specific overloaded function is not required for the link to work.
If you have two different functions with the same name but with different paths, sure
You can also use qualified names in the links. Note that, unlike JavaDoc, qualified names always use the dot character to separate the components, even before a method name:
Use [kotlin.reflect.KClass.properties] to enumerate the properties of the class.