RFR: 8322036: Improve help output from the javadoc tool [v3]
Nizar Benalla
nbenalla at openjdk.org
Mon Aug 26 11:49:03 UTC 2024
On Mon, 26 Aug 2024 10:23:07 GMT, Pavel Rappo <prappo at openjdk.org> wrote:
>> Fixed in [e24bbd8](https://github.com/openjdk/jdk/pull/20618/commits/e24bbd8d6c1f55f2e43ad453703c26105d0b4e7a), thanks.
>
> @nizarbenalla have you checked that the help output is rendered correctly after you changed backticks to single quotes?
Yes, I checked locally on my Mac machine and the output looks correct. i.e
....
-overview <file>
Read overview documentation from HTML file
-serialwarn Reports compile-time warnings for missing '@serial' tags
--since <release>(,<release>)*
Document new and deprecated API in the specified releases
....
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/20618#discussion_r1731123592
More information about the javadoc-dev
mailing list