Integrated: JDK-8263300: add HtmlId for the block containing a class's description.

Hannes Wallnöfer hannesw at openjdk.java.net
Thu Mar 25 09:02:41 UTC 2021


On Fri, 12 Mar 2021 14:04:04 GMT, Hannes Wallnöfer <hannesw at openjdk.org> wrote:

> This is a relatively simple change to add an `id="class-description"` to the description section of type pages. It also changes the CSS class for this section from `description` to `class-description` for consistency with package and module pages. 
> 
> My initial plan was to move the beginning of the section to after the type signature, as this is how it is done for package and module pages. However, I'm not sure there's any benefit to this that would be worth the change, so I decided to keep it simple.

This pull request has now been integrated.

Changeset: f69afba5
Author:    Hannes Wallnöfer <hannesw at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/f69afba5
Stats:     11 lines in 7 files changed: 2 ins; 1 del; 8 mod

8263300: add HtmlId for the block containing a class's description.

Reviewed-by: jjg

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

PR: https://git.openjdk.java.net/jdk/pull/2971


More information about the javadoc-dev mailing list