1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 14:42:11 +02:00

Minor Javadoc adjustment.

This commit is contained in:
Sergey Prigogin 2013-05-12 10:46:49 -07:00
parent 5189876f06
commit a28d05b77c

View file

@ -154,8 +154,8 @@ public interface IASTTranslationUnit extends IASTDeclarationListOwner, IFileNomi
public IASTNode selectNodeForLocation(String path, int offset, int length); public IASTNode selectNodeForLocation(String path, int offset, int length);
/** /**
* Returns the macro definitions encountered in parsing this translation unit. The result will not contain * Returns the macro definitions encountered in parsing this translation unit. The result will
* definitions for built-in macros. * not contain definitions for built-in macros.
* <p> * <p>
* In case the information for a header-file is pulled in from the index, * In case the information for a header-file is pulled in from the index,
* macro definitions contained therein are not returned. * macro definitions contained therein are not returned.
@ -253,7 +253,7 @@ public interface IASTTranslationUnit extends IASTDeclarationListOwner, IFileNomi
public IIndex getIndex(); public IIndex getIndex();
/** /**
* Return the set of files that have been skipped because they have been part of the index * Returns the set of files that have been skipped because they have been part of the index
* prior to creating this AST, or {@code null} if not available. * prior to creating this AST, or {@code null} if not available.
* Applies only, if AST was created with an index and the option to skip headers found in * Applies only, if AST was created with an index and the option to skip headers found in
* the index. * the index.
@ -262,7 +262,7 @@ public interface IASTTranslationUnit extends IASTDeclarationListOwner, IFileNomi
IIndexFileSet getIndexFileSet(); IIndexFileSet getIndexFileSet();
/** /**
* Return the set of files in the index that are superseded by this AST, or {@code null} * Returns the set of files in the index that are superseded by this AST, or {@code null}
* if not available. Applies only, if AST was created with an index. * if not available. Applies only, if AST was created with an index.
* @since 5.3 * @since 5.3
*/ */