To replicate, run sbt ++doc
to generate docs for all scala versions and then open target/scala-<SCALA_VERSION>/api/ScaladocJavaEnumBug.html
.
Search for StandardOpenOption$
and you can see that the generate hyperlink
https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/nio/file/StandardOpenOption$.html#SYNC:java.nio.file.StandardOpenOption(SYNC)
is incorrect
because of that $
(it should instead be https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/nio/file/StandardOpenOption.html#SYNC:java.nio.file.StandardOpenOption(SYNC)
)
-
Notifications
You must be signed in to change notification settings - Fork 0
License
mdedetrich/scaladoc-api-mappings-java-enum-bug
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published