diff options
| author | gingerBill <bill@gingerbill.org> | 2021-04-18 18:33:15 +0100 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2021-04-18 18:33:15 +0100 |
| commit | 2f1c89629021cda7880f010f6a7e2e484fb92a46 (patch) | |
| tree | f6aa9358a1510b283776ce481b6eaaf20ff97844 /src/build_settings.cpp | |
| parent | 8827818b1d5aa88fee6058a8c93a3df9c363fa1d (diff) | |
Add `-doc-format` command for the new .odin-doc file format (to be used to generate documentation tools)
Diffstat (limited to 'src/build_settings.cpp')
| -rw-r--r-- | src/build_settings.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/build_settings.cpp b/src/build_settings.cpp index 6d32d1c8d..8df045a82 100644 --- a/src/build_settings.cpp +++ b/src/build_settings.cpp @@ -135,6 +135,7 @@ char const *odin_command_strings[32] = { enum CmdDocFlag : u32 { CmdDocFlag_Short = 1<<0, CmdDocFlag_AllPackages = 1<<1, + CmdDocFlag_DocFormat = 1<<2, }; |