mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-05 00:36:16 +02:00
Update `@since` tag value from 8.1 to 8.2 Fixes https://github.com/eclipse-cdt/cdt/issues/390 Signed-off-by: Alexander Fedorov <alexander.fedorov@arsysop.ru>
This commit is contained in:
parent
08693047c5
commit
e00e7b0d0d
8 changed files with 9 additions and 9 deletions
|
@ -173,7 +173,7 @@ public interface IScope {
|
|||
fArgumentDependent = argumentDependent;
|
||||
}
|
||||
|
||||
/** @since 8.1 */
|
||||
/** @since 8.2 */
|
||||
public final void setDeductionGuidesOnly(boolean deductionGuidesOnly) {
|
||||
fDeductionGuidesOnly = deductionGuidesOnly;
|
||||
}
|
||||
|
@ -207,7 +207,7 @@ public interface IScope {
|
|||
return fArgumentDependent;
|
||||
}
|
||||
|
||||
/** @since 8.1 */
|
||||
/** @since 8.2 */
|
||||
public final boolean isDeductionGuidesOnly() {
|
||||
return fDeductionGuidesOnly;
|
||||
}
|
||||
|
|
|
@ -16,7 +16,7 @@ package org.eclipse.cdt.core.dom.ast.cpp;
|
|||
/**
|
||||
* Deduction guide, introduced in C++17.
|
||||
*
|
||||
* @since 8.1
|
||||
* @since 8.2
|
||||
* @noextend This interface is not intended to be extended by clients.
|
||||
* @noimplement This interface is not intended to be implemented by clients.
|
||||
*/
|
||||
|
|
|
@ -16,7 +16,7 @@ package org.eclipse.cdt.core.dom.ast.cpp;
|
|||
/**
|
||||
* Marker for deduction guide synthesized from class constructor
|
||||
*
|
||||
* @since 8.1
|
||||
* @since 8.2
|
||||
* @noextend This interface is not intended to be extended by clients.
|
||||
* @noimplement This interface is not intended to be implemented by clients.
|
||||
*/
|
||||
|
|
|
@ -16,7 +16,7 @@ package org.eclipse.cdt.core.dom.ast.cpp;
|
|||
/**
|
||||
* Marker for deduction guide synthesized from class constructor template
|
||||
*
|
||||
* @since 8.1
|
||||
* @since 8.2
|
||||
* @noextend This interface is not intended to be extended by clients.
|
||||
* @noimplement This interface is not intended to be implemented by clients.
|
||||
*/
|
||||
|
|
|
@ -16,7 +16,7 @@ package org.eclipse.cdt.core.dom.ast.cpp;
|
|||
/**
|
||||
* Marker for copy deduction candidate used with Class Template Argument Deduction, introduced in C++17.
|
||||
*
|
||||
* @since 8.1
|
||||
* @since 8.2
|
||||
* @noextend This interface is not intended to be extended by clients.
|
||||
* @noimplement This interface is not intended to be implemented by clients.
|
||||
*/
|
||||
|
|
|
@ -16,7 +16,7 @@ package org.eclipse.cdt.core.dom.ast.cpp;
|
|||
/**
|
||||
* Deduction guide, introduced in C++17.
|
||||
*
|
||||
* @since 8.1
|
||||
* @since 8.2
|
||||
* @noextend This interface is not intended to be extended by clients.
|
||||
* @noimplement This interface is not intended to be implemented by clients.
|
||||
*/
|
||||
|
|
|
@ -254,7 +254,7 @@ public interface ICPPNodeFactory extends INodeFactory {
|
|||
IASTExpression rhs);
|
||||
|
||||
/**
|
||||
* @since 8.1
|
||||
* @since 8.2
|
||||
*/
|
||||
public ICPPASTDeductionGuide newDeductionGuide();
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@ package org.eclipse.cdt.core.dom.ast.cpp;
|
|||
/**
|
||||
* Marker for user-defined deduction guide for Class Template Argument Deduction, introduced in C++17.
|
||||
*
|
||||
* @since 8.1
|
||||
* @since 8.2
|
||||
* @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