aboutsummaryrefslogtreecommitdiff
path: root/src/parser.hpp
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2020-11-18 23:22:27 +0000
committergingerBill <bill@gingerbill.org>2020-11-18 23:22:27 +0000
commit9408eb9580c1663195089ba18a53b704b382e40a (patch)
tree0eca41bddb69ff61151bce6b6369c8681783458d /src/parser.hpp
parentef2f204c58f355daf516c25e6e59dcd60bce444d (diff)
Update `odin doc` to support multiple package outputs by passing multiple paths; Replace `-all` with `-short`
Example: odin doc core/path core/path/filepath
Diffstat (limited to 'src/parser.hpp')
-rw-r--r--src/parser.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/parser.hpp b/src/parser.hpp
index 48af0b293..aa288304e 100644
--- a/src/parser.hpp
+++ b/src/parser.hpp
@@ -150,6 +150,7 @@ struct AstPackage {
Scope * scope;
DeclInfo *decl_info;
bool used;
+ bool is_extra;
};