RFR: 8361366: Allow sorting of member details in lexicographical order [v3]

Nizar Benalla nbenalla at openjdk.org
Tue Sep 9 08:46:26 UTC 2025


> Please review this patch to add a toggle to order the member details in the table of contents in lexical order. The selected choice is stored and preserved.
> 
> Here is a preview of the new toggle.
> 
> 
> https://github.com/user-attachments/assets/55c81e4b-5fc0-416e-8946-53aede419640

Nizar Benalla has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains five commits:

 - Merge branch 'refs/heads/master' into toc-toggle
 - Merge branch 'master' into toc-toggle
   
   # Conflicts:
   #	src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/HtmlDoclet.java
 - Merge branch 'master' into toc-toggle
   
   # Conflicts:
   #	src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/HtmlDoclet.java
 - make toc.js resilient to being loaded after script.js
 - add toggle to sort TOC in lexical order

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

Changes: https://git.openjdk.org/jdk/pull/26322/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=26322&range=02
  Stats: 148 lines in 12 files changed: 146 ins; 1 del; 1 mod
  Patch: https://git.openjdk.org/jdk/pull/26322.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/26322/head:pull/26322

PR: https://git.openjdk.org/jdk/pull/26322


More information about the javadoc-dev mailing list