diff options
| author | gingerBill <bill@gingerbill.org> | 2021-06-05 15:55:19 +0100 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2021-06-05 15:55:19 +0100 |
| commit | 61084d832d893eac2f22e79797cfc5dd55570973 (patch) | |
| tree | d40f6b84a882bb0dcc45365f167dfbff96743fa3 /src/docs_format.cpp | |
| parent | b957996577c9c142609e93269ac8925b138ef97d (diff) | |
Add missing `doc_format` flags for entities and improve docs for the odin package
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 e620da51f..c4fd0359a 100644 --- a/src/docs_format.cpp +++ b/src/docs_format.cpp @@ -167,6 +167,7 @@ enum OdinDocEntityFlag : u32 { OdinDocEntityFlag_Type_Alias = 1<<8, OdinDocEntityFlag_Var_Thread_Local = 1<<9, + OdinDocEntityFlag_Var_Static = 1<<10, }; struct OdinDocEntity { |