View | Details | Raw Unified | Return to bug 235272
Collapse All | Expand All

(-)model/org/eclipse/jdt/core/JavaCore.java (-3 / +4 lines)
Lines 1092-1100 Link Here
1092
	 * Compiler option ID: Reporting missing tag description.
1092
	 * Compiler option ID: Reporting missing tag description.
1093
	 * <p>When enabled, the compiler will report a warning or an error for any Javadoc tag missing a required description.
1093
	 * <p>When enabled, the compiler will report a warning or an error for any Javadoc tag missing a required description.
1094
	 * <p>The severity of the problem is controlled with option {@link #COMPILER_PB_INVALID_JAVADOC}.
1094
	 * <p>The severity of the problem is controlled with option {@link #COMPILER_PB_INVALID_JAVADOC}.
1095
	 * <p>This option is NOT dependent from the Report errors in tags option.
1095
	 * <p>It does not depend on option {@link #COMPILER_PB_INVALID_JAVADOC_TAGS}.
1096
	 * <p>The initial set of standard tags is a subset of the <a href="http://java.sun.com/javase/6/docs/technotes/tools/windows/javadoc.html#javadoctags">Javadoc tags</a>
1096
	 * <p>When this option is valued to {@link #COMPILER_PB_MISSING_JAVADOC_TAG_DESCRIPTION_ALL_STANDARD_TAGS},
1097
	 *       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.
1097
	 *       a subset of the standard <a href="http://java.sun.com/javase/6/docs/technotes/tools/windows/javadoc.html#javadoctags">Javadoc tags</a>
1098
	 *       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. 
1098
	 * <dl>
1099
	 * <dl>
1099
	 * <dt>Option id:</dt><dd><code>"org.eclipse.jdt.core.compiler.problem.missingJavadocTagDescription"</code></dd>
1100
	 * <dt>Option id:</dt><dd><code>"org.eclipse.jdt.core.compiler.problem.missingJavadocTagDescription"</code></dd>
1100
	 * <dt>Possible values:</dt><dd><code>{ "return_tag", "all_standard_tags", "no_tag" }</code></dd>
1101
	 * <dt>Possible values:</dt><dd><code>{ "return_tag", "all_standard_tags", "no_tag" }</code></dd>

Return to bug 235272