mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Merge branch 'vromanik/doxygen'
This commit is contained in:
+1
-1
@@ -41,7 +41,7 @@ class SmartPsiFileRangePointerImpl extends SmartPsiElementPointerImpl<PsiFile> i
|
||||
return new InjectedSelfElementInfo(project, containingFile, range, containingFile, hostPointer);
|
||||
}
|
||||
}
|
||||
if (range.equals(containingFile.getTextRange())) return new FileElementInfo(containingFile);
|
||||
if (!forInjected && range.equals(containingFile.getTextRange())) return new FileElementInfo(containingFile);
|
||||
return new SelfElementInfo(project, range, AnchorTypeInfo.obtainInfo(PsiElement.class, null, LanguageUtil.getRootLanguage(containingFile)), containingFile, forInjected);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user