RFR: JDK-8253733: Cleanup internal taglet API [v2]
Jonathan Gibbons
jjg at openjdk.java.net
Wed Sep 30 17:11:19 UTC 2020
> This is a general cleanup of various classes related to the handling of tags and taglets in the standard doclet.
>
> The initial motivation was to clean up static methods on `TagletWriter` that took a `TagletWriter` as a parameter.
> These methods are converted into instance methods, and the call sites simplified as well.
> Another area of cleanup is to make clear which methods are used for inline tags and which are used for block tags.
>
> Some dead code is removed, and the doc comments are generally cleaned up as well. More details are given in the JBS
> issue.
Jonathan Gibbons has updated the pull request incrementally with one additional commit since the last revision:
Address review feedback
-------------
Changes:
- all: https://git.openjdk.java.net/jdk/pull/406/files
- new: https://git.openjdk.java.net/jdk/pull/406/files/19d5fb03..a55db493
Webrevs:
- full: https://webrevs.openjdk.java.net/?repo=jdk&pr=406&range=01
- incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=406&range=00-01
Stats: 22 lines in 12 files changed: 2 ins; 5 del; 15 mod
Patch: https://git.openjdk.java.net/jdk/pull/406.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/406/head:pull/406
PR: https://git.openjdk.java.net/jdk/pull/406
More information about the javadoc-dev
mailing list