mirror of
https://github.com/odin-lang/Odin.git
synced 2026-01-01 10:52:19 +00:00
Add backing type of a bit_field to the doc-format
This commit is contained in:
@@ -625,6 +625,7 @@ gb_internal OdinDocTypeIndex odin_doc_type(OdinDocWriter *w, Type *type) {
|
||||
fields[i] = odin_doc_add_entity(w, type->BitField.fields[i]);
|
||||
}
|
||||
doc_type.entities = odin_write_slice(w, fields.data, fields.count);
|
||||
doc_type.types = odin_doc_type_as_slice(w, type->BitField.backing_type);
|
||||
}
|
||||
break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user