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

2021-03-25 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 [v4]

2021-03-25 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 [v2]

2021-03-25 Thread Hannes Wallnöfer
On Thu, 11 Mar 2021 15:16:17 GMT, Jonathan Gibbons wrote: >> Hannes Wallnöfer has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Update `@see` tag in class java.security.cert.PKIXRevocationChecker > > test/langtools/jdk/javadoc/doclet/testS

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

2021-03-25 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 [v2]

2021-03-25 Thread Hannes Wallnöfer
On Thu, 11 Mar 2021 15:06:57 GMT, Jonathan Gibbons wrote: >> Hannes Wallnöfer has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Update `@see` tag in class java.security.cert.PKIXRevocationChecker > > src/jdk.javadoc/share/classes/jdk/javad