1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-01 06:05:24 +02:00

bug 319830: Javadoc unexpected tags

patch from Petri Tuononen
This commit is contained in:
Andrew Gvozdev 2010-07-16 14:16:17 +00:00
parent c066642a43
commit a3bebcc788
3 changed files with 0 additions and 5 deletions

View file

@ -115,7 +115,6 @@ public interface IHoldsOptions extends IBuildObject {
* list of Option Categories. * list of Option Categories.
* *
* @param category The option category to be added * @param category The option category to be added
* @return
*/ */
public void addOptionCategory(IOptionCategory category); public void addOptionCategory(IOptionCategory category);
@ -139,7 +138,6 @@ public interface IHoldsOptions extends IBuildObject {
* the new option. * the new option.
* *
* @param IHoldsOptions The superClass * @param IHoldsOptions The superClass
* @return
* @since 3.0 * @since 3.0
*/ */
public void createOptions(IHoldsOptions superClass); public void createOptions(IHoldsOptions superClass);

View file

@ -218,7 +218,6 @@ public interface IOutputType extends IBuildObject {
* Sets the pattern, using the Gnu pattern rule syntax, for deriving the * Sets the pattern, using the Gnu pattern rule syntax, for deriving the
* output resource name from the input resource name. * output resource name from the input resource name.
* *
* @return pattern
*/ */
public void setNamePattern(String pattern); public void setNamePattern(String pattern);
@ -243,7 +242,6 @@ public interface IOutputType extends IBuildObject {
/** /**
* Sets the name of the build variable associated this this output type's resources. * Sets the name of the build variable associated this this output type's resources.
* *
* @return variableName
*/ */
public void setBuildVariable(String variableName); public void setBuildVariable(String variableName);

View file

@ -236,7 +236,6 @@ public class ManagedBuildCPathEntryContainer implements IPathEntryContainer {
/** /**
* @param values * @param values
* @return
*/ */
private void addEntries(IPathEntry[] values) { private void addEntries(IPathEntry[] values) {
if (values == null) return; if (values == null) return;