> Please review an enhancement that adds a new default `toString` method to the 
> `jdk.javadoc.doclet.Taglet` interface which receives the path to the 
> documentation root directory as additional argument. 
> 
> This makes it possible to create correct relative URLs when a tag is rendered 
> outside of its element's resource (such as in a summary page), which was 
> previously impossible using the public Taglet API. It also makes it easier to 
> build relative URLs in the common case where a tag is rendered in its 
> element's normal location.

Hannes Wallnöfer has updated the pull request incrementally with one additional 
commit since the last revision:

  JDK-8379520: Make use of new Taglet.toString method in JDK build taglets

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/30120/files
  - new: https://git.openjdk.org/jdk/pull/30120/files/317ee81d..ab2df77b

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=30120&range=02
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=30120&range=01-02

  Stats: 105 lines in 5 files changed: 25 ins; 61 del; 19 mod
  Patch: https://git.openjdk.org/jdk/pull/30120.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/30120/head:pull/30120

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

Reply via email to