You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/topics/kotlin-doc.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -101,7 +101,7 @@ Specifies the version of the software in which the element being documented was
101
101
Excludes the element from the generated documentation. Can be used for elements which are not part of the official
102
102
API of a module but still have to be visible externally.
103
103
104
-
> KDoc does not support the `@deprecated` tag. Instead, please use the `@Deprecated` annotation.
104
+
> KDoc does not support the `@deprecated` tag. Instead, please use the [`@Deprecated`](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-deprecated/) annotation.
0 commit comments