aboutsummaryrefslogtreecommitdiff
path: root/src/entity.cpp
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2022-01-24 14:47:33 +0000
committergingerBill <bill@gingerbill.org>2022-01-24 14:47:33 +0000
commit2554c72bb219286825ee8d47a2c6c748416acb0e (patch)
tree21abdc2a6e9fe30d9f6804ef04ae36b7609a4b04 /src/entity.cpp
parent49872e40dcd88f6b011a79baccdadf509f062795 (diff)
Update CommentGroup parsing for struct types
Diffstat (limited to 'src/entity.cpp')
-rw-r--r--src/entity.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/entity.cpp b/src/entity.cpp
index 05ee9a33e..0f8bfa456 100644
--- a/src/entity.cpp
+++ b/src/entity.cpp
@@ -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;