dokka icon indicating copy to clipboard operation
dokka copied to clipboard

Fix incorrect links for inherited java methods from a collection

Open vmishenev opened this issue 11 months ago • 1 comments

The bug #2879 stems from inherited external members. The unit test below demonstrates it. The proposed solution is to get rid of the resolving DRI to anchors only in DokkaLocationProvider. There are the following reasons:

  1. After removing typealiases, this logic is not needed anymore
  2. #3054 would be fixed as well

Other possible solutions can require a non-trivial logic.

vmishenev avatar Mar 12 '24 17:03 vmishenev