Author: markt
Date: Wed Jan 20 08:59:17 2016
New Revision: 1725686
URL: http://svn.apache.org/viewvc?rev=1725686&view=rev
Log:
Add Javadoc section
Modified:
tomcat/trunk/res/ide-support/eclipse/java-compiler-errors-warnings.txt
Modified: tomcat/trunk/res/ide-support/eclipse/java-compiler-errors-warnings.txt
URL:
http://svn.apache.org/viewvc/tomcat/trunk/res/ide-support/eclipse/java-compiler-errors-warnings.txt?rev=1725686&r1=1725685&r2=1725686&view=diff
==============================================================================
--- tomcat/trunk/res/ide-support/eclipse/java-compiler-errors-warnings.txt
(original)
+++ tomcat/trunk/res/ide-support/eclipse/java-compiler-errors-warnings.txt Wed
Jan 20 08:59:17 2016
@@ -89,6 +89,23 @@ Eclipse IDE is documented here:
4.2:
http://help.eclipse.org/juno/topic/org.eclipse.jdt.doc.user/tasks/task-suppress_warnings.htm
+# Java -> Compiler -> Javadoc
+=============================
+
+Enable 'Process Javadoc comments'
+ - Malformed Javadoc comments - W
+ - Only consider members visible as - Public
+ [X] Validate tag arguments
+ [ ] Report non-visible references
+ [X] Report deprecated references
+ - Missing tag descriptions - Validate all standard tags
+ - Missing Javadoc tags - W
+ - Only consider members visible as - Public
+ [X] - Ignore in overriding and implementing methods
+ [ ] - Ignore method type parameters
+ - Missing Javadoc comments - I
+
+
# Java -> Code Style -> Organize Imports
==========================================
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]