diff options
| author | gingerBill <gingerBill@users.noreply.github.com> | 2021-08-22 11:50:47 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-22 11:50:47 +0100 |
| commit | d3fee9d76172172a0f8a70b96938dff45f3dd7e6 (patch) | |
| tree | e3ccf349254e041a97cb8e5c5860f2b39eb3e46d /src/docs_format.cpp | |
| parent | 93b5befe45b6464f30f7a9404d1db2d84edf201f (diff) | |
| parent | 36a6805b7cdb8b5e4014b03756f969ce6548ff73 (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.cpp | 1 |
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 { |