1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-23 08:55:25 +02:00

Missing @since tag

Change-Id: Iedd6ba94848cebf7fce26677c4c0d512fd114fdb
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
This commit is contained in:
Marc Khouzam 2014-04-14 09:44:22 -04:00
parent d66e5c04bf
commit e0154961f6

View file

@ -15,6 +15,7 @@ package org.eclipse.cdt.core.dom.ast.cpp;
*
* @noimplement This interface is not intended to be implemented by clients.
* @noextend This interface is not intended to be extended by clients.
* @since 5.7
*/
public interface ICPPEnumScope extends ICPPScope {
/**