On Fri, 16 Aug 2024 17:08:41 GMT, Nizar Benalla <nbena...@openjdk.org> wrote:
> Can I please get a review for this simple change? It's an attempt to improve > the code example in doclet package. > Here are the generated docs with the [new code > example.](https://cr.openjdk.org/~nbenalla/GeneratedDocs/newDocletExample/api/jdk.javadoc/jdk/javadoc/doclet/package-summary.html#Example.java) > > I tried to go for simplicity while showing some features of the standard > doclet, running this Doclet on a small project gives the following ouput. > > > Note: org.example.Example -> src/main/java/org/example/Example.java CLASS > Note: org.example.SimpleDoclet -> src/main/java/org/example/SimpleDoclet.java > CLASS > > > > TIA This pull request has been closed without being integrated. ------------- PR: https://git.openjdk.org/jdk/pull/20619