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:
Jan Lahoda 2016-11-02 07:38:37 +01:00
parent 293d086bd9
commit 5d215e5425
16 changed files with 2551 additions and 224 deletions

View file

@ -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;