mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-15 02:12:22 -07:00
Update odin doc to support multiple package outputs by passing multiple paths; Replace -all with -short
Example: odin doc core/path core/path/filepath
This commit is contained in:
@@ -150,6 +150,7 @@ struct AstPackage {
|
||||
Scope * scope;
|
||||
DeclInfo *decl_info;
|
||||
bool used;
|
||||
bool is_extra;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user