Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Unintended behavior
View staffing
Estimated effort
Description
The DL tag subtags DD and DT do not support using @link inside them.
In Kotlin sources, the HTML isn't parsed so @link is rendered with {}
<dd>An {@link Intent} to navigate. </dd>
In Java sources, the link is stripped so only the text appears.
<dd> An Intent to navigate </dd>
This probably requires a fix in upstream Dokka as well as Dackka.