Skip to content

Commit 57865ce

Browse files
committed
Add links to docs for interop annotations.
1 parent 10d7aca commit 57865ce

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

docs/overview/HiddenFromObjC.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Interop annotation - @HiddenFromObjC
22

3-
Hides a Kotlin declaration from Objective-C/Swift. Experimental.
3+
[@HiddenFromObjC](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.native/-hidden-from-obj-c/) hides a Kotlin declaration from Objective-C/Swift. Experimental.
44

55
### Explanations
66

docs/overview/ObjCName.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Interop annotations - @ObjCName
22

3-
Gives better Objective-C/Swift names to Kotlin constructs like classes, functions and so on, without actually renaming the Kotlin constructs. Experimental.
3+
[@ObjCName](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.native/-obj-c-name/) gives better Objective-C/Swift names to Kotlin constructs like classes, functions and so on, without actually renaming the Kotlin constructs. Experimental.
44

55
### Explanations
66

docs/overview/ShouldRefineInSwift.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Interop annotations - @ShouldRefineInSwift
22

3-
Helps to replace a Kotlin declaration with a wrapper written in Swift. Experimental.
3+
[@ShouldRefineInSwift](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.native/-should-refine-in-swift/) helps to replace a Kotlin declaration with a wrapper written in Swift. Experimental.
44

55
### Explanations
66

0 commit comments

Comments
 (0)