1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-08 08:45:44 +02:00

bug 319766: Invalid Javadoc tags

patch from Petri Tuononen
This commit is contained in:
Andrew Gvozdev 2010-07-16 15:12:58 +00:00
parent a3bebcc788
commit fa8ceee23e
5 changed files with 4 additions and 6 deletions

View file

@ -47,7 +47,7 @@ public interface ICommand extends IDirective {
boolean shouldIgnoreError();
/**
* @ If the command prefix contains an at sign and the
* '@' If the command prefix contains an at sign and the
* command-line -n option is not specified, or the -s option is
* present, or the special target .SILENT has either the current
* target as a prerequisite or has no prerequisites, the command

View file

@ -48,7 +48,7 @@ public class Command extends Directive implements ICommand {
}
/**
* @ If the command prefix contains an at sign and the
* '@' If the command prefix contains an at sign and the
* command-line -n option is not specified, or the -s option is
* present, or the special target .SILENT has either the current
* target as a prerequisite or has no prerequisites, the command

View file

@ -22,7 +22,7 @@ import org.eclipse.cdt.managedbuilder.core.IConfiguration;
public interface IConfigurationBuildMacroSupplier {
/**
*
* @ macroName the macro name
* @param macroName the macro name
* @param configuration configuration
* @param provider the instance of the build macro provider to be used for querying the
* build macros from within the supplier. The supplier should use this provider to obtain

View file

@ -22,7 +22,7 @@ import org.eclipse.cdt.managedbuilder.core.IManagedProject;
public interface IProjectBuildMacroSupplier {
/**
*
* @ macroName the macro name
* @param macroName the macro name
* @param project the instance of the managed project
* @param provider the instance of the build macro provider to be used for querying the
* build macros from within the supplier. The supplier should use this provider to obtain

View file

@ -634,9 +634,7 @@ public class MBSWizardHandler extends CWizardHandler {
/**
* Mark preferred toolchains with specific images
* @
*/
@Override
public void updatePreferred(List<String> prefs) {
preferredTCs.clear();