```Kotlin /** * Reference in description [AllKDocTagsClass] * * @constructor reference in constructor [AllKDocTagsClass] */ class AllKDocTagsClass(paramInt: Int, paramStr: String = "100"){} ``` For the description: <img width="640" alt="image" src="https://github.com/Kotlin/dokka/assets/7689049/a517604c-dac1-4b83-a380-7ed2e75d2f0a"> For the constructor: <img width="677" alt="image" src="https://github.com/Kotlin/dokka/assets/7689049/c206de0d-919e-42f9-978d-017b0eb3f64e"> In K1, both work. **Installation** - Dokka version: 1.9.20 Parent: https://github.com/Kotlin/dokka/issues/3328