mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-24 01:15:29 +02:00
Bug 540450 - Fix @since version
Change-Id: I5c31d97dbbd277a87147cb05d0245ce0953189bb Signed-off-by: Hannes Vogt <hannes@havogt.de>
This commit is contained in:
parent
a8a9138258
commit
481db37a59
2 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@ import org.eclipse.cdt.core.dom.ast.cpp.ICPPASTName;
|
|||
*
|
||||
* @noimplement This interface is not intended to be implemented by clients.
|
||||
* @noextend This interface is not intended to be extended by clients.
|
||||
* @since 9.6
|
||||
* @since 6.6
|
||||
*/
|
||||
public interface ICPPASTTemplateName extends ICPPASTName {
|
||||
}
|
||||
|
|
|
@ -305,7 +305,7 @@ public interface ICPPNodeFactory extends INodeFactory {
|
|||
public ICPPASTName newName(String name);
|
||||
|
||||
/**
|
||||
* @since 9.6
|
||||
* @since 6.6
|
||||
*/
|
||||
public ICPPASTTemplateName newTemplateName(char[] templateName);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue