mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-25 18:05:33 +02:00
Missing @since tag
Change-Id: Iedd6ba94848cebf7fce26677c4c0d512fd114fdb Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
This commit is contained in:
parent
d66e5c04bf
commit
e0154961f6
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ package org.eclipse.cdt.core.dom.ast.cpp;
|
||||||
*
|
*
|
||||||
* @noimplement This interface is not intended to be implemented by clients.
|
* @noimplement This interface is not intended to be implemented by clients.
|
||||||
* @noextend This interface is not intended to be extended by clients.
|
* @noextend This interface is not intended to be extended by clients.
|
||||||
|
* @since 5.7
|
||||||
*/
|
*/
|
||||||
public interface ICPPEnumScope extends ICPPScope {
|
public interface ICPPEnumScope extends ICPPScope {
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Reference in a new issue