1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-31 12:55:40 +02:00

Fixed JavaDoc.

This commit is contained in:
Sergey Prigogin 2015-07-13 14:17:32 -07:00
parent 5f84bb8efa
commit 4646b8854f

View file

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