mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-15 20:25:46 +02:00
Fixes java-doc.
This commit is contained in:
parent
2edd020c84
commit
1ea8996371
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue