mirror of
https://github.com/odin-lang/Odin.git
synced 2025-12-30 18:02:02 +00:00
Fix enumerated arrays for .odin-doc
This commit is contained in:
@@ -131,7 +131,7 @@ struct OdinDocType {
|
||||
|
||||
// Used by some types
|
||||
u32 elem_count_len;
|
||||
u64 elem_counts[OdinDocType_ElemsCap];
|
||||
i64 elem_counts[OdinDocType_ElemsCap];
|
||||
|
||||
// Each of these is esed by some types, not all
|
||||
OdinDocArray<OdinDocTypeIndex> types;
|
||||
|
||||
Reference in New Issue
Block a user