aboutsummaryrefslogtreecommitdiff
path: root/src/docs_format.cpp
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2021-08-22 11:46:26 +0100
committergingerBill <bill@gingerbill.org>2021-08-22 11:46:26 +0100
commit36a6805b7cdb8b5e4014b03756f969ce6548ff73 (patch)
treee3ccf349254e041a97cb8e5c5860f2b39eb3e46d /src/docs_format.cpp
parent19bf12aa09bd23c1bb3f049cac6b6bd6452585ff (diff)
Update doc format for multi-pointers
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 c4fd0359a..ee9842534 100644
--- a/src/docs_format.cpp
+++ b/src/docs_format.cpp
@@ -81,6 +81,7 @@ enum OdinDocTypeKind : u32 {
OdinDocType_SOAStructDynamic = 19,
OdinDocType_RelativePointer = 20,
OdinDocType_RelativeSlice = 21,
+ OdinDocType_MultiPointer = 22,
};
enum OdinDocTypeFlag_Basic : u32 {