mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-25 18:05:33 +02:00
Fix incorrect since tags
This commit is contained in:
parent
6ee2ce2525
commit
8dd97763a3
1 changed files with 2 additions and 2 deletions
|
@ -243,12 +243,12 @@ public interface ICPPNodeFactory extends INodeFactory {
|
|||
public ICPPASTLambdaExpression newLambdaExpression();
|
||||
|
||||
/**
|
||||
* @since 8.0
|
||||
* @since 8.1
|
||||
*/
|
||||
public IASTExpression newFoldExpressionToken();
|
||||
|
||||
/**
|
||||
* @since 8.0
|
||||
* @since 8.1
|
||||
*/
|
||||
public ICPPASTFoldExpression newFoldExpression(int opToken, boolean isComma, IASTExpression lhs,
|
||||
IASTExpression rhs);
|
||||
|
|
Loading…
Add table
Reference in a new issue