mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-14 16:19:46 +02:00
codetools: comment
This commit is contained in:
parent
db27ef882d
commit
f2050ac1c3
@ -168,7 +168,7 @@ type
|
||||
1. i variable node points to its type node 'integer'.
|
||||
2. 'integer' node points to type definition node 'integer'.
|
||||
3. 'integer' identifier node points to its base type 'longint'.
|
||||
4. 'longint' identifier node points points to its range.
|
||||
4. 'longint' identifier node points to its range.
|
||||
|
||||
FindBaseTypeOfNode will search this chain, and on success will create
|
||||
TBaseTypeCache(s). The All four nodes will point directly to the range.
|
||||
|
Loading…
Reference in New Issue
Block a user