Re: RFR: JDK-8262992: Improve `@see` output [v2]

2021-03-09 Thread Hannes Wallnöfer
> This changes the output for `@see` tags to a `` structure. A different > CSS style is used if any of the `@see` tag labels are longer than 30 > characters or contain a comma. > > The layout for the default CSS style is similar to the one we had so far with > multiple links displayed inline a

Re: RFR: JDK-8262992: Improve `@see` output

2021-03-09 Thread Daniel Fuchs
On Tue, 9 Mar 2021 15:04:35 GMT, Hannes Wallnöfer wrote: > This changes the output for `@see` tags to a `` structure. A different > CSS style is used if any of the `@see` tag labels are longer than 30 > characters or contain a comma. > > The layout for the default CSS style is similar to the

RFR: JDK-8262992: Improve `@see` output

2021-03-09 Thread Hannes Wallnöfer
This changes the output for `@see` tags to a `` structure. A different CSS style is used if any of the `@see` tag labels are longer than 30 characters or contain a comma. The layout for the default CSS style is similar to the one we had so far with multiple links displayed inline and separated