1

Currently, scaladoc tries to open all links in the same frame - and it results in errors if the source location is unable to work in a frame (for example, github pages).

For example: Scallop

Trying to open the source by left-clicking on a link results in nothing in Chrome and error in Opera.

Is there a way to fix that behavior?

Rogach
  • 26,050
  • 21
  • 93
  • 172

1 Answers1

3

On Scala 2.10, opening source in a separate windows is the default.

Daniel C. Sobral
  • 295,120
  • 86
  • 501
  • 681