Re: RFR: 8284446: Miscellaneous doc-comment fixes in jdk.javadoc [v2]

2022-04-06 Thread Pavel Rappo
> This simple change mainly: > > - Removes silly `@see` tags > - Wraps tags in `{@code}` when they are not to be taken literally > - Uses a smaller case "t" to spell "Taglet" in prose Pavel Rappo has updated the pull request with a new target base due to a merge or a rebase. The incrementa

Re: RFR: 8284446: Miscellaneous doc-comment fixes in jdk.javadoc

2022-04-06 Thread Jonathan Gibbons
On Wed, 6 Apr 2022 14:55:42 GMT, Pavel Rappo wrote: > This simple change mainly: > > - Removes silly `@see` tags > - Wraps tags in `{@code}` when they are not to be taken literally > - Uses a smaller case "t" to spell "Taglet" in prose Nice. - Marked as reviewed by jjg (Revi