On Thu, 27 May 2021 03:20:34 GMT, Jonathan Gibbons <j...@openjdk.org> wrote:
> Please review an update to `jdk.javadoc/jdk.javadoc.doclets.Reporter` to add > 3 new methods and to improve the descriptions of other parts of the interface. > > The new methods provide access to the underlying streams (informally, for > standard output and diagnostic output), and a new `report` method to report > diagnostics at an arbitrary position in a file being read by a doclet, or a > taglet within a doclet. This pull request has now been integrated. Changeset: 6ff978ac Author: Jonathan Gibbons <j...@openjdk.org> URL: https://git.openjdk.java.net/jdk/commit/6ff978ac16e631ebded7964d89ac42fd0452b1d3 Stats: 544 lines in 10 files changed: 426 ins; 36 del; 82 mod 8267204: Expose access to underlying streams in Reporter Reviewed-by: prappo ------------- PR: https://git.openjdk.java.net/jdk/pull/4216