RFR: 8325168: JShell should support Markdown comments [v3]
    Jan Lahoda 
    jlahoda at openjdk.org
       
    Fri May 17 20:30:30 UTC 2024
    
    
  
> This is an attempt to add Markdown support in documentation comments to JShell.
> 
> It works by converting the Markdown text to HTML during the process of resolving `{@inheritDoc}` tags.
Jan Lahoda has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains 113 commits:
 - Fixing test.
 - Merge branch 'master' into JDK-8298405
 - Merge branch '8298405.doclet-markdown-v3' into JDK-8298405
 - address review feedback
 - update tests for dangling doc comments, per review feedback
 - Merge remote-tracking branch 'upstream/master' into 8298405.doclet-markdown-v3
 - Merge remote-tracking branch 'upstream/master' into 8298405.doclet-markdown-v3 # Please enter a commit message to explain why this merge is necessary, # especially if it merges an updated upstream into a topic branch. # # Lines starting with '#' will be ignored, and an empty message aborts # the commit.
 - Merge remote-tracking branch 'upstream/master' into 8298405.doclet-markdown-v3
 - Post merge fix.
 - Merge branch '8298405.doclet-markdown-v3' into JDK-8298405
 - ... and 103 more: https://git.openjdk.org/jdk/compare/0a58cffe...9b9550f4
-------------
Changes: https://git.openjdk.org/jdk/pull/17686/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=17686&range=02
  Stats: 1824 lines in 9 files changed: 977 ins; 842 del; 5 mod
  Patch: https://git.openjdk.org/jdk/pull/17686.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/17686/head:pull/17686
PR: https://git.openjdk.org/jdk/pull/17686
    
    
More information about the javadoc-dev
mailing list