Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include the module name when linking to recent Javadoc #9983

Merged
merged 1 commit into from
Jul 24, 2024

Conversation

niloc132
Copy link
Member

Fixes #9895

@niloc132 niloc132 added this to the 2.12 milestone Jul 17, 2024
@niloc132
Copy link
Member Author

Sample generated HTML to compare with the broken links in the issue:

<h2 id="Package_java_beans">Package java.beans</h2>
<dl>
  <dt><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.desktop/java/beans/Beans.html">Beans</a></dt>
  <dd>Beans(), isDesignTime()</dd>
</dl>

<h2 id="Package_java_io">Package java.io</h2>
<dl>
  <dt><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/io/BufferedWriter.html">BufferedWriter</a></dt>
  <dd>BufferedWriter(Writer), BufferedWriter(Writer, int), close(), flush(), newLine(), write(char[], int, int), write(int), write(String, int, int)</dd>

  <dt><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/io/ByteArrayInputStream.html">ByteArrayInputStream</a></dt>
  <dd>ByteArrayInputStream(byte[]), ByteArrayInputStream(byte[], int, int), available(), close(), mark(int), markSupported(), read(), read(byte[], int, int), reset(), skip(long)</dd>

@niloc132 niloc132 merged commit 8618e23 into gwtproject:main Jul 24, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

EZT doclet doesn't use jpms modules in links
2 participants