Suppress the annoying "XML missing method" warnings from the doc build.
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user