diff options
| author | gingerBill <bill@gingerbill.org> | 2022-01-24 14:47:33 +0000 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2022-01-24 14:47:33 +0000 |
| commit | 2554c72bb219286825ee8d47a2c6c748416acb0e (patch) | |
| tree | 21abdc2a6e9fe30d9f6804ef04ae36b7609a4b04 /src/entity.cpp | |
| parent | 49872e40dcd88f6b011a79baccdadf509f062795 (diff) | |
Update CommentGroup parsing for struct types
Diffstat (limited to 'src/entity.cpp')
| -rw-r--r-- | src/entity.cpp | 2 |
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; |