aboutsummaryrefslogtreecommitdiff
path: root/src/docs_format.cpp
diff options
context:
space:
mode:
authorgingerBill <gingerBill@users.noreply.github.com>2021-08-22 11:50:47 +0100
committerGitHub <noreply@github.com>2021-08-22 11:50:47 +0100
commitd3fee9d76172172a0f8a70b96938dff45f3dd7e6 (patch)
treee3ccf349254e041a97cb8e5c5860f2b39eb3e46d /src/docs_format.cpp
parent93b5befe45b6464f30f7a9404d1db2d84edf201f (diff)
parent36a6805b7cdb8b5e4014b03756f969ce6548ff73 (diff)
Merge pull request #1093 from odin-lang/multi-pointers
Multi Pointers `[^]T`
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 {