mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-10 03:16:10 +02:00
codetools: comment
git-svn-id: trunk@26131 -
This commit is contained in:
parent
184c14b016
commit
ed39d1d953
@ -2214,7 +2214,7 @@ begin
|
||||
DebugLn('TCodeToolManager.FindReferences unable to FindDeclaration ',IdentifierCode.Filename,' x=',dbgs(x),' y=',dbgs(y));
|
||||
exit;
|
||||
end;
|
||||
// check if
|
||||
// check if scope can be limited
|
||||
PrivateDeclaration:=(NewTool.GetSourceType in [ctnLibrary,ctnProgram]);
|
||||
if not PrivateDeclaration then begin
|
||||
ImplementationNode:=NewTool.FindImplementationNode;
|
||||
|
Loading…
Reference in New Issue
Block a user