The build was spewing out lots of errors due to malformed @see javadoc comments in the new com.google.gwt.dom.client package.  This patch fixes those problems, plus a few missing arguments to @see tags.  A 1 line sed script patched most of it up.

 s/@see \(http:.*\)$/@see <a href="\1">W3C HTML Specification<\/a>/

Review by: jgw
Patch by: zundel



git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@2429 8db76d5a-ed1c-0410-87a9-c151d255dfc7
47 files changed