So... Is there a way that I can pass in Javadocs so that something like java.util.function.Consumer becomes Consumer with a hyperlink to the oracle docs/
o
okkero
04/25/2017, 7:02 AM
Dokka supports Markdown. So you can do:
[Text as it appears on page](<http://the-link.com>)
r
redrield
04/25/2017, 3:38 PM
I'm more thinking about in method signatures. My code is full of foo.baz.bar.Qux that doesn't link to anything in method signatures. Anything I could do about that?