RFR: JDK-8329717 Missing @since tags in elements in DocumentationTool and Taglet [v2]
Nizar Benalla
duke at openjdk.org
Fri Apr 5 15:56:10 UTC 2024
On Fri, 5 Apr 2024 12:05:21 GMT, Nizar Benalla <duke at openjdk.org> wrote:
>> In this PR I added an `@since` tag to SNIPPET_PATH and isBlockTag() as they were added in later versions
>>
>> - SNIPPET_PATH was added in JDK 18 [here](https://github.com/openjdk/jdk/commit/0fc47e99d20a1ee886df878f1302769bdd913aab#diff-8f73114f8b0d0d5229231541d5583382c8e8d33147e285f3d90ed8801ce9228bR192)
>>
>> - isBlockTag() was added in JDK 15 [here](https://github.com/openjdk/jdk/commit/3c0e2b4e16d8fb2f96741bc8d4188aa47f58dd15#diff-3ee1b6e2a11b201a39ce3f2ac14ea9832900d8a3a581bf26577064173d0c9082R101)
>>
>> This is similar to #18032
>
> Nizar Benalla has updated the pull request incrementally with one additional commit since the last revision:
>
> add blank line
This PR is ready, I plan on integrating it at a later point.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/18640#issuecomment-2040150871
More information about the javadoc-dev
mailing list