mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Missing @since tags
Change-Id: I4b834fee87ae004164334c9bc0755619f4de532b
This commit is contained in:
parent
569d7bab40
commit
dab97f1d3f
3 changed files with 5 additions and 0 deletions
|
@ -589,6 +589,7 @@ public abstract class AbstractBuiltinSpecsDetector extends AbstractLanguageSetti
|
|||
* Implementers are expected to add their variables to the end of the list.
|
||||
*
|
||||
* @return list of environment variables.
|
||||
* @since 8.2
|
||||
*/
|
||||
protected List<IEnvironmentVariable> getEnvironmentVariables() {
|
||||
IEnvironmentVariableManager mngr = CCorePlugin.getDefault().getBuildEnvironmentManager();
|
||||
|
|
|
@ -48,6 +48,9 @@ public class GCCBuiltinSpecsDetector extends ToolchainBuiltinSpecsDetector imple
|
|||
new MacroOptionParser("#define\\s+(\\S*)\\s*(\\S*)", "$1", "$2", ICSettingEntry.BUILTIN | ICSettingEntry.READONLY),
|
||||
};
|
||||
|
||||
/**
|
||||
* @since 8.2
|
||||
*/
|
||||
@Override
|
||||
public String getToolchainId() {
|
||||
return GCC_TOOLCHAIN_ID;
|
||||
|
|
|
@ -50,6 +50,7 @@ public abstract class ToolchainBuiltinSpecsDetector extends AbstractBuiltinSpecs
|
|||
*
|
||||
* Tool-chain id must be supplied for global providers where we don't
|
||||
* have configuration description to figure that out programmatically.
|
||||
* @since 8.2
|
||||
*/
|
||||
public abstract String getToolchainId();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue