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:
parent
a3bebcc788
commit
fa8ceee23e
5 changed files with 4 additions and 6 deletions
|
@ -47,7 +47,7 @@ public interface ICommand extends IDirective {
|
||||||
boolean shouldIgnoreError();
|
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
|
* command-line -n option is not specified, or the -s option is
|
||||||
* present, or the special target .SILENT has either the current
|
* present, or the special target .SILENT has either the current
|
||||||
* target as a prerequisite or has no prerequisites, the command
|
* target as a prerequisite or has no prerequisites, the command
|
||||||
|
|
|
@ -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
|
* command-line -n option is not specified, or the -s option is
|
||||||
* present, or the special target .SILENT has either the current
|
* present, or the special target .SILENT has either the current
|
||||||
* target as a prerequisite or has no prerequisites, the command
|
* target as a prerequisite or has no prerequisites, the command
|
||||||
|
|
|
@ -22,7 +22,7 @@ import org.eclipse.cdt.managedbuilder.core.IConfiguration;
|
||||||
public interface IConfigurationBuildMacroSupplier {
|
public interface IConfigurationBuildMacroSupplier {
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* @ macroName the macro name
|
* @param macroName the macro name
|
||||||
* @param configuration configuration
|
* @param configuration configuration
|
||||||
* @param provider the instance of the build macro provider to be used for querying the
|
* @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
|
* build macros from within the supplier. The supplier should use this provider to obtain
|
||||||
|
|
|
@ -22,7 +22,7 @@ import org.eclipse.cdt.managedbuilder.core.IManagedProject;
|
||||||
public interface IProjectBuildMacroSupplier {
|
public interface IProjectBuildMacroSupplier {
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* @ macroName the macro name
|
* @param macroName the macro name
|
||||||
* @param project the instance of the managed project
|
* @param project the instance of the managed project
|
||||||
* @param provider the instance of the build macro provider to be used for querying the
|
* @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
|
* build macros from within the supplier. The supplier should use this provider to obtain
|
||||||
|
|
|
@ -634,9 +634,7 @@ public class MBSWizardHandler extends CWizardHandler {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Mark preferred toolchains with specific images
|
* Mark preferred toolchains with specific images
|
||||||
* @
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void updatePreferred(List<String> prefs) {
|
public void updatePreferred(List<String> prefs) {
|
||||||
preferredTCs.clear();
|
preferredTCs.clear();
|
||||||
|
|
Loading…
Add table
Reference in a new issue