codetools: comment

git-svn-id: trunk@26131 -
This commit is contained in:
mattias 2010-06-15 13:26:22 +00:00
parent 184c14b016
commit ed39d1d953

View File

@ -2214,7 +2214,7 @@ begin
DebugLn('TCodeToolManager.FindReferences unable to FindDeclaration ',IdentifierCode.Filename,' x=',dbgs(x),' y=',dbgs(y)); DebugLn('TCodeToolManager.FindReferences unable to FindDeclaration ',IdentifierCode.Filename,' x=',dbgs(x),' y=',dbgs(y));
exit; exit;
end; end;
// check if // check if scope can be limited
PrivateDeclaration:=(NewTool.GetSourceType in [ctnLibrary,ctnProgram]); PrivateDeclaration:=(NewTool.GetSourceType in [ctnLibrary,ctnProgram]);
if not PrivateDeclaration then begin if not PrivateDeclaration then begin
ImplementationNode:=NewTool.FindImplementationNode; ImplementationNode:=NewTool.FindImplementationNode;