1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 22:52:11 +02:00

JavaDoc warnings fixed

This commit is contained in:
Andrew Gvozdev 2009-09-11 20:49:37 +00:00
parent 7b8a297a52
commit e3b9ef08cd

View file

@ -59,7 +59,7 @@ public interface IInputType extends IBuildObject {
/** /**
* Removes the InputOrder element specified in the argument. * Removes the InputOrder element specified in the argument.
* *
* @param path The InputOrder element * @param element The InputOrder element
*/ */
public void removeInputOrder(IInputOrder element); public void removeInputOrder(IInputOrder element);
@ -241,8 +241,6 @@ public interface IInputType extends IBuildObject {
/** /**
* Sets the Eclipse <code>IContentType</code> that describes the * Sets the Eclipse <code>IContentType</code> that describes the
* dependency files of this input type. * dependency files of this input type.
*
* @return type
*/ */
public void setDependencyContentType(IContentType 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 * 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 * 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 * multipleOfType is True. The same variable name can be used by an outputType to
* identify a set of output files that contribute to this tools 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. * (i.e., those using the same buildVariable name). The default name is chosen by MBS.
* *
* @return String * @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 * Sets the name of the build variable associated this this input type's resources
*
* @return variableName
*/ */
public void setBuildVariable(String variableName); public void setBuildVariable(String variableName);