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
Investigating the problem, I realized that /module-name/ is part of the link. The broken link incorrectly uses module name java, it should be java.base. I guess we can overcome this problem by customizing the javadoc task in /gradle/docs.gradle. Haven't looked into this in detail though.
Strange that the Javadoc tool for Java 11 creates broken links to pages in Oracle's Java 11 javadoc...
Maybe there is some javadoc option that needs to be specified. I will look in more detail later.
I just realized that many links in the apidocs are broken. E.g. have a look at the api doc page for annotation type CommandLine.Option:
At the top of the page you will see these two failing links (many more in the further course of the page):
@Retention(RUNTIME)
Investigating the problem, I realized that
/module-name/
is part of the link. The broken link incorrectly uses module namejava
, it should bejava.base
. I guess we can overcome this problem by customizing thejavadoc
task in/gradle/docs.gradle
. Haven't looked into this in detail though.@remkop: can you have a look please? Thanks.
The text was updated successfully, but these errors were encountered: