mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Missing @since tags
This commit is contained in:
parent
83f58de250
commit
ece0987caf
2 changed files with 2 additions and 0 deletions
|
@ -264,6 +264,7 @@ public abstract class AbstractLangsListTab extends AbstractCPropertyTab {
|
||||||
/**
|
/**
|
||||||
* Displays warning message - if any - for selected language settings entry.
|
* Displays warning message - if any - for selected language settings entry.
|
||||||
* Multiline selection is not supported.
|
* Multiline selection is not supported.
|
||||||
|
* @since 5.4
|
||||||
*/
|
*/
|
||||||
protected void updateStatusLine() {
|
protected void updateStatusLine() {
|
||||||
ICConfigurationDescription cfgDescription = page.getResDesc().getConfiguration();
|
ICConfigurationDescription cfgDescription = page.getResDesc().getConfiguration();
|
||||||
|
|
|
@ -110,6 +110,7 @@ public class GdbLaunchDelegate extends AbstractCLaunchDelegate2
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/** @since 4.1 */
|
||||||
protected void launchDebugSession( final ILaunchConfiguration config, ILaunch l, IProgressMonitor monitor ) throws CoreException {
|
protected void launchDebugSession( final ILaunchConfiguration config, ILaunch l, IProgressMonitor monitor ) throws CoreException {
|
||||||
if ( monitor.isCanceled() ) {
|
if ( monitor.isCanceled() ) {
|
||||||
cleanupLaunch();
|
cleanupLaunch();
|
||||||
|
|
Loading…
Add table
Reference in a new issue