diff options
| author | Daniel Gavin <danielgavin5@hotmail.com> | 2022-01-24 16:58:39 +0100 |
|---|---|---|
| committer | Daniel Gavin <danielgavin5@hotmail.com> | 2022-01-24 16:58:39 +0100 |
| commit | 6a7d821fcc42e58bb90b78f484c70dfa42a56c91 (patch) | |
| tree | 1d5eede5f6831754489e9ed9677fa9d0006c40df /src/entity.cpp | |
| parent | 01e29bf27ef0204f586b856363f7a3bf5138052d (diff) | |
| parent | 42ab882db4a6d5765c68021ade010b468ff4531e (diff) | |
Merge remote-tracking branch 'upstream/master' into parser-fix
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; |