scala / scala3

The Scala 3 compiler, also known as Dotty.
https://dotty.epfl.ch
Apache License 2.0
5.81k stars 1.05k forks source link

Support overloading resolution in links in doc comments #11119

Open abgruszecki opened 3 years ago

abgruszecki commented 3 years ago

We probably want to support overloading resolution in links in doc comments.

We can already parse Scaladoc's old syntax for overloading resolution, we just ignore that part of the link.

Scaladoc compatibility is not a huge issue, it'd seem, since there are barely any links that used overloading resolution in the community build. The sheer arcane-ness of the old overload resolution syntax may have played a part.

ekrich commented 2 years ago

The sheer arcane-ness of the old overload resolution syntax may have played a part.

Ref: #14212 I think my library is in the community build but it may not build docs.

ekrich commented 11 months ago

This has been hanging out there for a long time. Any body working on Scaladoc?