mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-23 17:05:26 +02:00
Fixed few more @since tags.
This commit is contained in:
parent
fe9c09835d
commit
f7e42fe057
2 changed files with 7 additions and 7 deletions
|
@ -55,12 +55,12 @@ public interface ICPPNodeFactory extends INodeFactory {
|
|||
public ICPPASTArrayDeclarator newArrayDeclarator(IASTName name);
|
||||
|
||||
/**
|
||||
* @since 5.12
|
||||
* @since 6.0
|
||||
*/
|
||||
public ICPPASTArrayDesignator newArrayDesignator(ICPPASTExpression exp);
|
||||
|
||||
/**
|
||||
* @since 5.12
|
||||
* @since 6.0
|
||||
*/
|
||||
public IGPPASTArrayRangeDesignator newArrayRangeDesignatorGPP(ICPPASTExpression floor, ICPPASTExpression ceiling);
|
||||
|
||||
|
@ -85,7 +85,7 @@ public interface ICPPNodeFactory extends INodeFactory {
|
|||
public ICPPASTAttributeSpecifier newAttributeSpecifier();
|
||||
|
||||
/**
|
||||
* @since 5.12
|
||||
* @since 6.0
|
||||
*/
|
||||
public ICPPASTAttributeList newAttributeList();
|
||||
|
||||
|
@ -166,7 +166,7 @@ public interface ICPPNodeFactory extends INodeFactory {
|
|||
public ICPPASTDeleteExpression newDeleteExpression(IASTExpression operand);
|
||||
|
||||
/**
|
||||
* @since 5.12
|
||||
* @since 6.0
|
||||
*/
|
||||
public ICPPASTDesignatedInitializer newDesignatedInitializer(ICPPASTInitializerClause initializer);
|
||||
|
||||
|
@ -196,7 +196,7 @@ public interface ICPPNodeFactory extends INodeFactory {
|
|||
public ICPPASTFieldDeclarator newFieldDeclarator(IASTName name, IASTExpression bitFieldSize);
|
||||
|
||||
/**
|
||||
* @since 5.12
|
||||
* @since 6.0
|
||||
*/
|
||||
public ICPPASTFieldDesignator newFieldDesignator(IASTName name);
|
||||
|
||||
|
@ -263,7 +263,7 @@ public interface ICPPNodeFactory extends INodeFactory {
|
|||
public ICPPASTNamespaceDefinition newNamespaceDefinition(IASTName name);
|
||||
|
||||
/**
|
||||
* @since 5.12
|
||||
* @since 6.0
|
||||
*/
|
||||
public ICPPASTNaryTypeIdExpression newNaryTypeIdExpression(ICPPASTNaryTypeIdExpression.Operator operator,
|
||||
ICPPASTTypeId[] operands);
|
||||
|
|
|
@ -14,7 +14,7 @@ package org.eclipse.cdt.core.dom.ast.cpp;
|
|||
/**
|
||||
* Partial specialization of a variable template.
|
||||
*
|
||||
* @since 5.12
|
||||
* @since 6.0
|
||||
* @noextend This interface is not intended to be extended by clients.
|
||||
* @noimplement This interface is not intended to be implemented by clients.
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue