mirror of
https://github.com/odin-lang/Odin.git
synced 2026-04-14 10:35:48 +00:00
Add generic count of arrays to to doc-format
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user