aboutsummaryrefslogtreecommitdiff
path: root/src/docs_format.cpp
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2021-04-18 19:26:21 +0100
committergingerBill <bill@gingerbill.org>2021-04-18 19:26:21 +0100
commit4282688e6057ba491db8b8d6121c09cd12501094 (patch)
tree39e5e978165a3a2549186edfeab13bfbcf81d96a /src/docs_format.cpp
parent9b3fb25a41ad21949c21253e1dae87b162ed400f (diff)
Add calling_convention to odin-doc Type format
Diffstat (limited to 'src/docs_format.cpp')
-rw-r--r--src/docs_format.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/docs_format.cpp b/src/docs_format.cpp
index 8824153ad..e08f75936 100644
--- a/src/docs_format.cpp
+++ b/src/docs_format.cpp
@@ -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;