mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 17:39:22 +02:00
codetools: comment
git-svn-id: trunk@25109 -
This commit is contained in:
parent
a846877b84
commit
63fc880084
@ -1118,6 +1118,8 @@ end;
|
|||||||
function GatherUnitsInFPCSources(Files: TStringList; TargetOS: string;
|
function GatherUnitsInFPCSources(Files: TStringList; TargetOS: string;
|
||||||
TargetCPU: string; ConflictFilenames: TStringList;
|
TargetCPU: string; ConflictFilenames: TStringList;
|
||||||
Rules: TFPCSourceRules): TStringToStringTree;
|
Rules: TFPCSourceRules): TStringToStringTree;
|
||||||
|
{ returns tree lowercase unit name to file name (maybe relative)
|
||||||
|
}
|
||||||
|
|
||||||
function CountMatches(Targets, aTxt: PChar): integer;
|
function CountMatches(Targets, aTxt: PChar): integer;
|
||||||
// check how many of the comma separated words in Targets are in words of aTxt
|
// check how many of the comma separated words in Targets are in words of aTxt
|
||||||
|
Loading…
Reference in New Issue
Block a user