1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 14:42:11 +02:00

Javadoc adjustment.

This commit is contained in:
Sergey Prigogin 2010-05-31 22:55:45 +00:00
parent b1ad4e2fb0
commit 544e1eecf1

View file

@ -202,9 +202,11 @@ public class AddIncludeOnSelectionAction extends TextEditorAction {
}
/**
* Extract the includes for the given selection. This can be both used to perform
* Extracts the includes for the given selection. This can be both used to perform
* the work as well as being invoked when there is a change.
* @param index
* @param selection a text selection.
* @param ast an AST.
* @param lookupName a one-element array used to return the selected name.
*/
private void deduceInclude(ITextSelection selection, IASTTranslationUnit ast, String[] lookupName)
throws CoreException {
@ -251,7 +253,6 @@ public class AddIncludeOnSelectionAction extends TextEditorAction {
}
}
for (IIndexBinding indexBinding : bindings) {
// Replace ctor with the class itself.
if (indexBinding instanceof ICPPConstructor) {
@ -653,7 +654,7 @@ public class AddIncludeOnSelectionAction extends TextEditorAction {
}
/**
* Get the fully qualified name for a given index binding.
* Returns the fully qualified name for a given index binding.
* @param binding
* @return binding's fully qualified name
* @throws CoreException