docJar fails to generate links to standard library #1479
Unanswered
TheElectronWill
asked this question in
Q&A
Replies: 1 comment
-
I know this is an old question. If it's still of interest, note that vanilla command-line javadoc doesn't do this either unless you explicitly |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The problem
Links to standard Java and Scala classes aren't generated properly by
docJar
, resulting in a ScalaDoc that contains plain text instead of a proper link. Linking to a class in the project does work.Should I add some docJar options to fix this? I feel like this should work out-of-the box, if possible.
Reproducible example
build.sc
foo/src/foo/bar/Test.scala
Output:
Beta Was this translation helpful? Give feedback.
All reactions