1

I want to have links like

  • Javadoc {@link Object#toString()}
  • Scaladoc [[Object#toString()]]

How can I do this with scaladoc?

I assume I'll have to provide the external URL to link to.

mateuscb
  • 10,150
  • 3
  • 52
  • 76
Paul Draper
  • 78,542
  • 46
  • 206
  • 285
  • 2
    Scaladoc, in particular, is picky about using fully qualified paths inside [[]]. Try `java.lang.Object.toString` instead. – Reid Spencer Oct 31 '14 at 14:38

0 Answers0