|
|
@ -18,10 +18,10 @@ |
|
|
|
// As structs can contain further types, these dependent types need to be collected
|
|
|
|
// recursively.
|
|
|
|
// Finally, all the collected types will be resolved to their final underlying type.
|
|
|
|
// If a type is primitive, nothing needs to be done its already defined.
|
|
|
|
// If a type is primitive, nothing needs to be done, cause its already defined.
|
|
|
|
// But types of typekind struct or enum need to be defined.
|
|
|
|
// Their definition will be searched for in the headerfile and included in the interface definition
|
|
|
|
// The CID file contains all the information needed to represet:
|
|
|
|
// The CID file contains all the information needed to represent:
|
|
|
|
// * functions
|
|
|
|
// * vars
|
|
|
|
// * structs
|
|
|
|