Minor, fix URL in JvmName kdoc
This commit is contained in:
@@ -41,9 +41,8 @@ public annotation class JvmOverloads
|
|||||||
public annotation class JvmStatic
|
public annotation class JvmStatic
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Specifies the name for the Java class or method
|
* Specifies the name for the Java class or method which is generated from this element.
|
||||||
* which is generated from this element.
|
* See the [Kotlin language documentation](http://kotlinlang.org/docs/reference/java-interop.html#handling-signature-clashes-with-jvmname)
|
||||||
* See the [Kotlin language documentation](http://kotlinlang.org/docs/reference/java-interop.html#handling-signature-clashes-with-platformname)
|
|
||||||
* for more information.
|
* for more information.
|
||||||
* @property name the name of the element.
|
* @property name the name of the element.
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user