aboutsummaryrefslogtreecommitdiff
path: root/src/docs_format.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/docs_format.cpp
parent49872e40dcd88f6b011a79baccdadf509f062795 (diff)
Update CommentGroup parsing for struct types
Diffstat (limited to 'src/docs_format.cpp')
-rw-r--r--src/docs_format.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/docs_format.cpp b/src/docs_format.cpp
index f47fd0945..39f2e307c 100644
--- a/src/docs_format.cpp
+++ b/src/docs_format.cpp
@@ -185,8 +185,8 @@ struct OdinDocEntity {
OdinDocTypeIndex type;
OdinDocString init_string;
u32 reserved_for_init;
- OdinDocString comment;
- OdinDocString docs;
+ OdinDocString comment; // line comment
+ OdinDocString docs; // preceding comment
i32 field_group_index;
OdinDocEntityIndex foreign_library;
OdinDocString link_name;