8005090: Include com.sun.source.doctree in Tree API docs

Mon, 17 Dec 2012 08:34:02 -0800

author
jjg
date
Mon, 17 Dec 2012 08:34:02 -0800
changeset 547
a0779b1e9a4d
parent 546
2ed5be3dd506
child 548
68a81db3ceb1

8005090: Include com.sun.source.doctree in Tree API docs
Reviewed-by: erikj

common/makefiles/javadoc/NON_CORE_PKGS.gmk file | annotate | diff | comparison | revisions
     1.1 --- a/common/makefiles/javadoc/NON_CORE_PKGS.gmk	Sun Dec 16 22:02:35 2012 -0800
     1.2 +++ b/common/makefiles/javadoc/NON_CORE_PKGS.gmk	Mon Dec 17 08:34:02 2012 -0800
     1.3 @@ -78,7 +78,8 @@
     1.4  
     1.5  JCONSOLE_PKGS    = com.sun.tools.jconsole
     1.6  
     1.7 -TREEAPI_PKGS 	 = com.sun.source.tree \
     1.8 +TREEAPI_PKGS 	 = com.sun.source.doctree \
     1.9 +		   com.sun.source.tree \
    1.10  		   com.sun.source.util
    1.11  
    1.12  SMARTCARDIO_PKGS = javax.smartcardio

mercurial