Suppress the annoying "XML missing method" warnings from the doc build.

This commit is contained in:
Jesse Wilson
2010-01-28 10:50:58 -08:00
parent 3e51fa489a
commit b127997b14

View File

@@ -115,7 +115,7 @@ public class Errors
public static Error DEPRECATION_MISMATCH = new Error(13, WARNING);
public static Error MISSING_COMMENT = new Error(14, WARNING);
public static Error IO_ERROR = new Error(15, HIDDEN);
public static Error NO_SINCE_DATA = new Error(16, WARNING);
public static Error NO_SINCE_DATA = new Error(16, HIDDEN);
public static Error[] ERRORS = {
UNRESOLVED_LINK,