dokka icon indicating copy to clipboard operation
dokka copied to clipboard

[K2] Ambiguous KDoc link with the same name

Open vmishenev opened this issue 1 year ago • 5 comments

            /**
            *  [AllKDocTagsClass]
            */
            class AllKDocTagsClass {
                class AllKDocTagsClass
            }

In K1 [AllKDocTagsClass] leads to AllKDocTagsClass.AllKDocTagsClass class. In K2 it leads to the first AllKDocTagsClass.

Related: #3179

vmishenev avatar Jan 16 '24 22:01 vmishenev