RFR: JDK-8309595 Allow javadoc to process unnamed classes
Jim Laskey
jlaskey at openjdk.org
Wed Jun 7 13:57:13 UTC 2023
Unnamed classes are rejected by javadoc because they are synthetic.
-------------
Commit messages:
- Enable javadoc for unnamed classes
Changes: https://git.openjdk.org/jdk/pull/14356/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=14356&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8309595
Stats: 90 lines in 3 files changed: 89 ins; 0 del; 1 mod
Patch: https://git.openjdk.org/jdk/pull/14356.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/14356/head:pull/14356
PR: https://git.openjdk.org/jdk/pull/14356
More information about the javadoc-dev
mailing list