duke [Wed, 05 Jul 2017 19:32:12 +0200] rev 23141
Merge
duke [Wed, 05 Jul 2017 19:32:08 +0200] rev 23140
Merge
darcy [Thu, 06 Mar 2014 16:15:02 -0800] rev 23139
8031670: Remove unneeded -source options in javadoc tests
Reviewed-by: jjg, darcy, vromero
Contributed-by: neil.toda@oracle.com
lana [Thu, 06 Mar 2014 10:41:56 -0800] rev 23138
Merge
jjg [Mon, 03 Mar 2014 15:24:31 -0800] rev 23137
8035878: javadoc tool documentation should be using {@code ..} specifier
Reviewed-by: jjg
Contributed-by: neil.toda@oracle.com
jjg [Mon, 03 Mar 2014 15:10:01 -0800] rev 23136
8035877: javadoc classes are missing @return and @param tags
Reviewed-by: jjg
Contributed-by: neil.toda@oracle.com
jjg [Mon, 03 Mar 2014 15:03:17 -0800] rev 23135
8035875: remove deprecated html <font> tags from javadoc package-info.java file
Reviewed-by: jjg
Contributed-by: neil.toda@oracle.com
emc [Mon, 03 Mar 2014 16:17:32 -0500] rev 23134
8036142: Remove redundant call to annotateTypeLater with null Symbol
Summary: annotateTypeLater (formerly typeAnnotate) with null as the symbol was a way to force attribution of type annotations, but this is now obsolete and problematic, and a silent noop condition
Reviewed-by: jjg