mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-23 00:45:28 +02:00
Deprecated TranslationUnitHelper.
This commit is contained in:
parent
86cb18aa35
commit
0ae7869ae4
1 changed files with 2 additions and 1 deletions
|
@ -38,8 +38,9 @@ import org.eclipse.cdt.internal.ui.refactoring.Container;
|
|||
* A collection of methods that deal with IASTTranslationUnits.
|
||||
*
|
||||
* @author Mirko Stocker
|
||||
*
|
||||
* @deprecated Use REfactoringASTCache.
|
||||
*/
|
||||
@Deprecated
|
||||
public class TranslationUnitHelper {
|
||||
private static final int AST_STYLE = ITranslationUnit.AST_CONFIGURE_USING_SOURCE_CONTEXT | ITranslationUnit.AST_SKIP_INDEXED_HEADERS;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue