RFR: 8298405: Implement JEP 467: Markdown Documentation Comments [v67]

Jonathan Gibbons jjg at openjdk.org
Wed May 15 21:07:18 UTC 2024


On Wed, 15 May 2024 10:08:19 GMT, Pavel Rappo <prappo at openjdk.org> wrote:

> I think we should add a test to verify that if `--disable-line-doc-comments` is specified, no `///` dangling comments are reported.

Added more tests for dangling doc comments.

Note we cannot currently use `-Xlint:dangling-doc-comments` in javadoc itself, so the new tests are part of the javac set of tests.

-------------

PR Comment: https://git.openjdk.org/jdk/pull/16388#issuecomment-2113453038


More information about the build-dev mailing list