Skip to content

Commit f3fcfab

Browse files
adam-enkosarahhaggarty
authored andcommitted
Add link to @Deprecated annotation
1 parent 0c2cdd3 commit f3fcfab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/topics/kotlin-doc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Specifies the version of the software in which the element being documented was
101101
Excludes the element from the generated documentation. Can be used for elements which are not part of the official
102102
API of a module but still have to be visible externally.
103103

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.
105105
>
106106
{style="note"}
107107

0 commit comments

Comments
 (0)