Mostly superficial/aesthetic improvements to the doc build and javadoc content:
- The doc build now produces no warnings (fixed up broken links, etc.)
- @deprecated javadoc comments changed to begin with capital letters, which looks a lot better in the rendered javadoc
- Shortened the text shown for some method @links because the overloaded signature create monster-huge hyperlinks in javadoc html
- Reworded a few things related to deprecations for GWT 1.6
Review by: scottb (TBR)
git-svn-id: https://google-web-toolkit.googlecode.com/svn/releases/1.6@4700 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/doc/build.xml b/doc/build.xml
index 7241eaa..622d0cb 100644
--- a/doc/build.xml
+++ b/doc/build.xml
@@ -120,7 +120,7 @@
<arg value="-classpath" />
<arg pathref="USER_CLASS_PATH" />
<arg value="-sourcepath" />
- <arg path="${gwt.root}/user/super/com/google/gwt/emul" />
+ <arg path="${gwt.root}/user/super/com/google/gwt/emul:${gwt.root}/dev/core/super/com/google/gwt/dev/jjs/intrinsic" />
<arg value="-packages" />
<arg value="${LANG_PKGS}" />
</java>