mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-15 18:22:37 +02:00
codetools; comment
git-svn-id: trunk@21417 -
This commit is contained in:
parent
62546b6dde
commit
cb478845f0
@ -561,7 +561,7 @@ type
|
|||||||
function FindUsedUnitFiles(Code: TCodeBuffer; var MainUsesSection,
|
function FindUsedUnitFiles(Code: TCodeBuffer; var MainUsesSection,
|
||||||
ImplementationUsesSection: TStrings): boolean;
|
ImplementationUsesSection: TStrings): boolean;
|
||||||
function FindUsedUnitNames(Code: TCodeBuffer; var MainUsesSection,
|
function FindUsedUnitNames(Code: TCodeBuffer; var MainUsesSection,
|
||||||
ImplementationUsesSection: TStrings): boolean;
|
ImplementationUsesSection: TStrings): boolean; // ignoring 'in'
|
||||||
function FindMissingUnits(Code: TCodeBuffer; var MissingUnits: TStrings;
|
function FindMissingUnits(Code: TCodeBuffer; var MissingUnits: TStrings;
|
||||||
FixCase: boolean = false; SearchImplementation: boolean = true): boolean;
|
FixCase: boolean = false; SearchImplementation: boolean = true): boolean;
|
||||||
function FindDelphiProjectUnits(Code: TCodeBuffer;
|
function FindDelphiProjectUnits(Code: TCodeBuffer;
|
||||||
|
Loading…
Reference in New Issue
Block a user