1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Cosmetics.

This commit is contained in:
Sergey Prigogin 2011-03-07 03:23:15 +00:00
parent b42e687828
commit 218111e722

View file

@ -47,7 +47,7 @@ public interface IIndexFragment {
/** /**
* @see IIndex#SEARCH_ACROSS_LANGUAGE_BOUNDARIES * @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 * @see IIndex#FIND_DECLARATIONS_DEFINITIONS
*/ */
@ -55,7 +55,7 @@ public interface IIndexFragment {
/** /**
* @see IIndex#FIND_ALL_OCCURRENCES * @see IIndex#FIND_ALL_OCCURRENCES
*/ */
final int FIND_ALL_OCCURRENCES = IIndex.FIND_ALL_OCCURRENCES; final int FIND_ALL_OCCURRENCES = IIndex.FIND_ALL_OCCURRENCES;
/** /**
* Property key for the fragment ID. The fragment ID should uniquely identify the fragments * Property key for the fragment ID. The fragment ID should uniquely identify the fragments
@ -166,7 +166,6 @@ public interface IIndexFragment {
*/ */
IIndexFragmentBinding[] findMacroContainers(Pattern pattern, IndexFilter filter, IProgressMonitor monitor) throws CoreException; 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 * Searches for all bindings with qualified names that seen as an array of simple names equals
* the given array of names. * the given array of names.