mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 18:14:38 +02:00
8131019: jshell tool: access javadoc from tool
Adding internal support to resolve {@inheritDoc} and format javadoc to plain text for use by jdk.jshell and jdk.scripting.nashorn.shell, enhancing Shift-<tab> documentation in JShell with ability to show javadoc. Reviewed-by: jjg, rfield
This commit is contained in:
parent
293d086bd9
commit
5d215e5425
16 changed files with 2551 additions and 224 deletions
|
@ -65,6 +65,9 @@ module jdk.compiler {
|
|||
jdk.jdeps,
|
||||
jdk.javadoc,
|
||||
jdk.jshell;
|
||||
exports jdk.internal.shellsupport.doc to
|
||||
jdk.jshell,
|
||||
jdk.scripting.nashorn.shell;
|
||||
|
||||
uses javax.annotation.processing.Processor;
|
||||
uses com.sun.source.util.Plugin;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue