Improve flags for odin doc

This commit is contained in:
gingerBill
2020-11-17 15:13:38 +00:00
parent d90fc18bef
commit a0fbc56317
4 changed files with 39 additions and 24 deletions
+3
View File
@@ -141,6 +141,9 @@ struct DeclInfo {
bool is_using;
bool where_clauses_evaluated;
CommentGroup *comment;
CommentGroup *docs;
PtrSet<Entity *> deps;
PtrSet<Type *> type_info_deps;
Array<BlockLabel> labels;