From 1ea89963714677ddbbc1a5f32388c989d09a6cfc Mon Sep 17 00:00:00 2001 From: Markus Schorn Date: Tue, 30 Mar 2010 09:11:53 +0000 Subject: [PATCH] Fixes java-doc. --- .../org/eclipse/cdt/core/dom/ast/IASTTranslationUnit.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/core/dom/ast/IASTTranslationUnit.java b/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/core/dom/ast/IASTTranslationUnit.java index ce84290a73f..59369548633 100644 --- a/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/core/dom/ast/IASTTranslationUnit.java +++ b/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/core/dom/ast/IASTTranslationUnit.java @@ -110,8 +110,9 @@ public interface IASTTranslationUnit extends IASTDeclarationListOwner, IAdaptabl /** * Returns the list of references in this translation unit to the given - * binding. This list contains the IName nodes that represent a use of - * the binding. They may be part of the AST or pulled in from the index. + * binding. This list contains the IASTName nodes that represent a use of + * the binding. These are part of the AST no definitions are pulled in from + * the index. * * @param binding * @return List of IASTName nodes representing uses of the binding