On Mon, 23 May 2022 19:09:41 GMT, Hannes Wallnöfer wrote:
>> This is a CSS/JavaScript only change to implement copy-to-clipboard
>> functionality for all headers (`h1` - `h6`) that have an `id` attribute
>> associated with them. The following element-attribute patterns are supported
>> (using
On Mon, 23 May 2022 19:09:41 GMT, Hannes Wallnöfer wrote:
>> This is a CSS/JavaScript only change to implement copy-to-clipboard
>> functionality for all headers (`h1` - `h6`) that have an `id` attribute
>> associated with them. The following element-attribute patterns are supported
>> (using
On Tue, 17 May 2022 08:57:54 GMT, Hannes Wallnöfer wrote:
>> test/langtools/jdk/javadoc/lib/javadoc/tester/JavadocTester.java line 1089:
>>
>>> 1087: content = null;
>>> 1088: } else {
>>> 1089: name = outputDir + "/" + file;
>>
>> I'm trying to under
On Thu, 26 May 2022 23:36:29 GMT, Jonathan Gibbons wrote:
>> For test classes containing multiple test methods the output directory is
>> actually the best way to identify which run of javadoc generated the output.
>> If a test were to do multiple runs of javadoc with the same output directory
On Wed, 11 May 2022 16:42:14 GMT, Hannes Wallnöfer wrote:
> This is a conceptually simple change, but it has a few ramifications that
> make it at least look a bit bigger than it is.
>
> At the core, this adds a new method to the `Table` class that allows to
> generate tables with multiple cat