Skip to content

Commit

Permalink
Add link to @Deprecated annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-enko authored and sarahhaggarty committed Oct 3, 2024
1 parent 0c2cdd3 commit f3fcfab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/topics/kotlin-doc.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ Specifies the version of the software in which the element being documented was
Excludes the element from the generated documentation. Can be used for elements which are not part of the official
API of a module but still have to be visible externally.

> KDoc does not support the `@deprecated` tag. Instead, please use the `@Deprecated` annotation.
> KDoc does not support the `@deprecated` tag. Instead, please use the [`@Deprecated`](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-deprecated/) annotation.
>
{style="note"}

Expand Down

0 comments on commit f3fcfab

Please sign in to comment.