mirror of
https://github.com/odin-lang/Odin.git
synced 2026-01-03 11:42:28 +00:00
Add calling_convention to odin-doc Type format
This commit is contained in:
@@ -134,6 +134,7 @@ struct OdinDocType {
|
||||
i64 elem_counts[OdinDocType_ElemsCap];
|
||||
|
||||
// Each of these is esed by some types, not all
|
||||
OdinDocString calling_convention;
|
||||
OdinDocArray<OdinDocTypeIndex> types;
|
||||
OdinDocArray<OdinDocEntityIndex> entities;
|
||||
OdinDocTypeIndex polmorphic_params;
|
||||
|
||||
Reference in New Issue
Block a user