### Eclipse Workspace Patch 1.0 #P org.eclipse.jdt.core Index: model/org/eclipse/jdt/core/JavaCore.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/model/org/eclipse/jdt/core/JavaCore.java,v retrieving revision 1.615 diff -u -r1.615 JavaCore.java --- model/org/eclipse/jdt/core/JavaCore.java 2 Jun 2008 09:17:38 -0000 1.615 +++ model/org/eclipse/jdt/core/JavaCore.java 5 Jun 2008 15:20:12 -0000 @@ -1092,9 +1092,10 @@ * Compiler option ID: Reporting missing tag description. *

When enabled, the compiler will report a warning or an error for any Javadoc tag missing a required description. *

The severity of the problem is controlled with option {@link #COMPILER_PB_INVALID_JAVADOC}. - *

This option is NOT dependent from the Report errors in tags option. - *

The initial set of standard tags is a subset of the Javadoc tags - * that have a description, text or label. This set may grow in the future. User defined tags are thus not included in the standard tags. + *

It does not depend on option {@link #COMPILER_PB_INVALID_JAVADOC_TAGS}. + *

When this option is valued to {@link #COMPILER_PB_MISSING_JAVADOC_TAG_DESCRIPTION_ALL_STANDARD_TAGS}, + * a subset of the standard Javadoc tags + * that have a description, text or label are checked. While this set may grow in the future, note that user-defined tags are not and will not be checked. *

*
Option id:
"org.eclipse.jdt.core.compiler.problem.missingJavadocTagDescription"
*
Possible values:
{ "return_tag", "all_standard_tags", "no_tag" }