-
Notifications
You must be signed in to change notification settings - Fork 22
Closed
scala/scala
#8284Description
For example, the link to "Java Streams" on this page:
https://www.scala-lang.org/api/2.13.0/scala/jdk/StreamConverters$.html
Should link to the documentation for java.util.stream.Stream.
Building Scala, there are a bunch of warnings when running doc:
[warn] src/library/scala/jdk/StreamConverters.scala:17:1: Could not find any member to link for "java.util.stream.Stream".
[warn] /** This object provides extension methods to create [[java.util.stream.Stream Java Streams]] that
[warn] ^
This could be fixed by adding some setting to sbt, see scala/scala-xml#146
Scaladoc doesn't do the best job with generating links to entries of Javadoc, but it does ok most of the time.