Update CommentGroup parsing for struct types

This commit is contained in:
gingerBill
2022-01-24 14:47:33 +00:00
parent 49872e40dc
commit 2554c72bb2
5 changed files with 21 additions and 3 deletions

View File

@@ -175,6 +175,8 @@ struct Entity {
String link_name;
String link_prefix;
String link_section;
CommentGroup *docs;
CommentGroup *comment;
bool is_foreign;
bool is_export;
} Variable;