Kotlin / dokka

API documentation engine for Kotlin
https://kotl.in/dokka
Apache License 2.0
3.42k stars 405 forks source link

Handle <var> tag #2358

Closed owengray-google closed 2 years ago

owengray-google commented 2 years ago

Describe the bug On input like

     * Used with custom Transitions to map a View from a removed or hidden
     * Fragment to a View from a shown or added Fragment.
     * <var>sharedElement</var> must have a unique transitionName in the View hierarchy.

The <var> section is rendered as a Text DocTag.

Expected behaviour The <var> section should be rendered as a Var DocTag.

Screenshots

Screen Shot 2022-02-11 at 2 16 42 PM

Dokka configuration Configuration of dokka used to reproduce the bug 1.6.10-dev-141

IgnatBeresnev commented 2 years ago

JFYI: this should be fairly easy to fix for Java input, #2345 is a good example