So... Is there a way that I can pass in Javadocs s...
# announcements
r
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
Dokka supports Markdown. So you can do:
[Text as it appears on page](<http://the-link.com>)
r
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?