You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Example external mapping is: -external-mappings:.*scala.*::scaladoc3::https://scala-lang.org/api/3.x/,.*java.*::javadoc::https://docs.oracle.com/javase/8/docs/api/
It seems that some slashes are missing and it should read:
Example external mapping is: -external-mappings:.*scala/.*::scaladoc3::https://scala-lang.org/api/3.x/,.*java/.*::javadoc::https://docs.oracle.com/javase/8/docs/api/
The text was updated successfully, but these errors were encountered:
The Scaladoc documentation (https://docs.scala-lang.org/scala3/guides/scaladoc/settings.html) states:
It seems that some slashes are missing and it should read:
The text was updated successfully, but these errors were encountered: