> Please review a patch to add support for Markdown syntax in documentation 
> comments, as described in the associated JEP.
> 
> Notable features:
> 
> * support for `///` documentation comments in `JavaTokenizer`
> * new module `jdk.internal.md` -- a private copy of the `commonmark-java` 
> library
> * updates to `DocCommentParser` to treat `///` comments as Markdown
> * updates to the standard doclet to render Markdown comments in HTML

Jonathan Gibbons has updated the pull request incrementally with two additional 
commits since the last revision:

 - fix `textOf` method to accommodate Markdown content.
 - avoid relying on unspecified behavior `List.toString`

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/16388/files
  - new: https://git.openjdk.org/jdk/pull/16388/files/292ff0f1..fc76e8c7

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=16388&range=45
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=16388&range=44-45

  Stats: 43 lines in 3 files changed: 34 ins; 0 del; 9 mod
  Patch: https://git.openjdk.org/jdk/pull/16388.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/16388/head:pull/16388

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

Reply via email to