mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-22 06:02:11 +02:00
Missing @since tags
This commit is contained in:
parent
93990eff68
commit
d45daa1b98
1 changed files with 3 additions and 0 deletions
|
@ -90,8 +90,11 @@ public class CMainTab extends CLaunchConfigurationTab {
|
|||
protected Button fSearchButton;
|
||||
|
||||
// Core file UI widgets
|
||||
/** @since 2.0 */
|
||||
protected Label fCoreLabel;
|
||||
/** @since 2.0 */
|
||||
protected Text fCoreText;
|
||||
/** @since 2.0 */
|
||||
protected Button fCoreButton;
|
||||
|
||||
private final boolean fDontCheckProgram;
|
||||
|
|
Loading…
Add table
Reference in a new issue