mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-07-29 04:36:01 +02:00
codetools: comment
This commit is contained in:
parent
c638883392
commit
9fe708e6b7
@ -125,7 +125,7 @@ var
|
|||||||
IsKeyWordProcedureSpecifier, // all specifiers for a procedure (not method, not anonymous, not type)
|
IsKeyWordProcedureSpecifier, // all specifiers for a procedure (not method, not anonymous, not type)
|
||||||
IsKeyWordProcedureAnonymousSpecifier, // all specifiers for an anonymous function
|
IsKeyWordProcedureAnonymousSpecifier, // all specifiers for an anonymous function
|
||||||
IsKeyWordProcedureTypeSpecifier, // all specifiers for a procedure type
|
IsKeyWordProcedureTypeSpecifier, // all specifiers for a procedure type
|
||||||
IsKeyWordProcedureBracketSpecifier,
|
IsKeyWordProcedureBracketSpecifier, // all specifiers for fpc's procedure bracket specifier
|
||||||
IsKeyWordCallingConvention, // all fpc calling conventions
|
IsKeyWordCallingConvention, // all fpc calling conventions
|
||||||
IsKeyWordSection,
|
IsKeyWordSection,
|
||||||
IsKeyWordInConstAllowed,
|
IsKeyWordInConstAllowed,
|
||||||
|
Loading…
Reference in New Issue
Block a user