1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-16 12:45:41 +02:00

Fixes java-doc.

This commit is contained in:
Markus Schorn 2010-03-30 09:11:53 +00:00
parent 2edd020c84
commit 1ea8996371

View file

@ -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