```Kotlin /** * Enum class with param [x] */ enum class EnumKotlinParam(val x: String) { NORTH("n"), EAST("e") } ``` For K1: <img width="577" alt="image" src="https://github.com/Kotlin/dokka/assets/7689049/b0543cbb-4a82-49e8-8aad-4bd97dbdb694"> --- For K2 the link in the description is unresolved <img width="611" alt="image" src="https://github.com/Kotlin/dokka/assets/7689049/f4ffe0a1-6cc9-46c0-959c-48da80ad0745"> As I see in the K2 IJ plugin, the link is resolvable. If the property is declared in class body, is works. **Installation** - Dokka version: 1.9.20 Parent #3328