Add generic count of arrays to to doc-format

This commit is contained in:
gingerBill
2026-03-15 18:18:02 +00:00
parent c4ae436ba6
commit 4b95e8a040
3 changed files with 28 additions and 6 deletions

View File

@@ -163,7 +163,7 @@ struct OdinDocType {
// .Named - 1 type: 0=base type
// .Generic - <1 type: 0=specialization
// .Pointer - 1 type: 0=element
// .Array - 1 type: 0=element
// .Array - 1 type: 0=element (and 1=generic index (if exists))
// .Enumerated_Array - 2 types: 0=index and 1=element
// .Slice - 1 type: 0=element
// .Dynamic_Array - 1 type: 0=element
@@ -181,7 +181,7 @@ struct OdinDocType {
// .Matrix - 1 type: 0=element
// .Soa_Pointer - 1 type: 0=element
// .Bit_Field - 1 type: 0=backing type
// .Fixed_Capacity_Dynamic_Array - 1 type: 0=element
// .Fixed_Capacity_Dynamic_Array - 1 type: 0=element (and 1=generic index (if exists))
OdinDocArray<OdinDocTypeIndex> types;
// Used by: