mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-31 12:55:40 +02:00
Fixed JavaDoc.
This commit is contained in:
parent
5f84bb8efa
commit
4646b8854f
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ public interface IScope {
|
|||
* @param name the name of the binding
|
||||
* @param resolve whether or not to resolve the matching binding if it has not been so already
|
||||
* @param acceptLocalBindings a set of files for which to accept local bindings
|
||||
* @return the binding in this scope that matches the name, or @code null}
|
||||
* @return the binding in this scope that matches the name, or {@code null}
|
||||
*/
|
||||
public IBinding getBinding(IASTName name, boolean resolve, IIndexFileSet acceptLocalBindings);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue