RFR: JDK-6251738: Want a top-level summary page that itemizes all spec documents referenced from javadocs (OEM spec) [v14]

Jonathan Gibbons jjg at openjdk.org
Fri Sep 23 21:49:07 UTC 2022


On Fri, 23 Sep 2022 17:48:18 GMT, Jonathan Gibbons <jjg at openjdk.org> wrote:

>> Good catch;
>> 
>> Yes, the use of `getReference` is indeed questionable, given its implementation, which is specific to `@see`.   Given ongoing recent work, it's also not clear that the `@spec` tag should be inheritable.
>
> For now, I'll change it to `getTags`, pending discussions on whether the tag should be inheritable.

With the latest update, toy examples show that tag inherits works as expected, as least as far as parity with `@see`.

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

PR: https://git.openjdk.org/jdk/pull/8439


More information about the compiler-dev mailing list