mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-05 00:36:16 +02:00
Added a missing @since tag.
This commit is contained in:
parent
846e5ee676
commit
bdd3e82216
1 changed files with 5 additions and 0 deletions
|
@ -55,10 +55,12 @@ public class GPPLanguage extends AbstractCLikeLanguage {
|
|||
return super.getAdapter(adapter);
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getId() {
|
||||
return ID;
|
||||
}
|
||||
|
||||
@Override
|
||||
public int getLinkageID() {
|
||||
return ILinkage.CPP_LINKAGE_ID;
|
||||
}
|
||||
|
@ -68,6 +70,9 @@ public class GPPLanguage extends AbstractCLikeLanguage {
|
|||
return CPP_GNU_SCANNER_EXTENSION;
|
||||
}
|
||||
|
||||
/**
|
||||
* @since 5.4
|
||||
*/
|
||||
@Override
|
||||
protected IScannerExtensionConfiguration getScannerExtensionConfiguration(IScannerInfo info) {
|
||||
return GPPScannerExtensionConfiguration.getInstance(info);
|
||||
|
|
Loading…
Add table
Reference in a new issue