mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 14:42:11 +02:00
Javadoc adjustment.
This commit is contained in:
parent
b1ad4e2fb0
commit
544e1eecf1
1 changed files with 5 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue