Withdrawn: 8333230: Improve code example in doclet package
Nizar Benalla
nbenalla at openjdk.org
Wed Oct 9 13:26:45 UTC 2024
On Fri, 16 Aug 2024 17:08:41 GMT, Nizar Benalla <nbenalla at 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
More information about the javadoc-dev
mailing list