Not actually totally sure where to put this but I ...
# android-studio
u
Not actually totally sure where to put this but I figured I have the issue in Android Studio so I’m posting this here. Maybe I’m missing something, but it seems that if you use the markdown syntax for a link on a
@see
line in the KDoc comment, it won’t properly resolve to the specified URL, instead you have to use the HTML notation. If it is inline, the markdown syntax works as expected, just not with
@see
. This is somewhat confusing as the docs for KDoc indicate that you should use the markdown syntax, so the inconsistency is confusing and unintuitive. I’m not sure if you have the same issue if you were to use Dokka though.