From e3b9ef08cd1ed374e01b9b0366ea91c060232899 Mon Sep 17 00:00:00 2001 From: Andrew Gvozdev Date: Fri, 11 Sep 2009 20:49:37 +0000 Subject: [PATCH] JavaDoc warnings fixed --- .../org/eclipse/cdt/managedbuilder/core/IInputType.java | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/build/org.eclipse.cdt.managedbuilder.core/src/org/eclipse/cdt/managedbuilder/core/IInputType.java b/build/org.eclipse.cdt.managedbuilder.core/src/org/eclipse/cdt/managedbuilder/core/IInputType.java index 5d9f22106ed..9d765f41162 100644 --- a/build/org.eclipse.cdt.managedbuilder.core/src/org/eclipse/cdt/managedbuilder/core/IInputType.java +++ b/build/org.eclipse.cdt.managedbuilder.core/src/org/eclipse/cdt/managedbuilder/core/IInputType.java @@ -59,7 +59,7 @@ public interface IInputType extends IBuildObject { /** * Removes the InputOrder element specified in the argument. * - * @param path The InputOrder element + * @param element The InputOrder element */ public void removeInputOrder(IInputOrder element); @@ -241,8 +241,6 @@ public interface IInputType extends IBuildObject { /** * Sets the Eclipse IContentType that describes the * dependency files of this input type. - * - * @return type */ public void setDependencyContentType(IContentType type); @@ -380,7 +378,7 @@ public interface IInputType extends IBuildObject { * Returns the name of the build variable associated this this input type's resources * The build variable used in the build file to represent the list of input files when * multipleOfType is True. The same variable name can be used by an outputType to - * identify a set of output files that contribute to this tool�s input + * identify a set of output files that contribute to this tool's input * (i.e., those using the same buildVariable name). The default name is chosen by MBS. * * @return String @@ -389,8 +387,6 @@ public interface IInputType extends IBuildObject { /** * Sets the name of the build variable associated this this input type's resources - * - * @return variableName */ public void setBuildVariable(String variableName);