mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Cosmetics.
This commit is contained in:
parent
b42e687828
commit
218111e722
1 changed files with 2 additions and 3 deletions
|
@ -47,7 +47,7 @@ public interface IIndexFragment {
|
|||
/**
|
||||
* @see IIndex#SEARCH_ACROSS_LANGUAGE_BOUNDARIES
|
||||
*/
|
||||
final int SEARCH_ACROSS_LANGUAGE_BOUNDARIES= IIndex.SEARCH_ACROSS_LANGUAGE_BOUNDARIES;
|
||||
final int SEARCH_ACROSS_LANGUAGE_BOUNDARIES = IIndex.SEARCH_ACROSS_LANGUAGE_BOUNDARIES;
|
||||
/**
|
||||
* @see IIndex#FIND_DECLARATIONS_DEFINITIONS
|
||||
*/
|
||||
|
@ -166,7 +166,6 @@ public interface IIndexFragment {
|
|||
*/
|
||||
IIndexFragmentBinding[] findMacroContainers(Pattern pattern, IndexFilter filter, IProgressMonitor monitor) throws CoreException;
|
||||
|
||||
|
||||
/**
|
||||
* Searches for all bindings with qualified names that seen as an array of simple names equals
|
||||
* the given array of names.
|
||||
|
|
Loading…
Add table
Reference in a new issue