aboutsummaryrefslogtreecommitdiff
path: root/src/entity.cpp
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2024-03-18 22:30:14 +0000
committergingerBill <bill@gingerbill.org>2024-03-18 22:30:14 +0000
commit75f40b4078b840277d502e618cba1627b69e5c43 (patch)
tree10de71e39d2e4beead2bcfeb4ac838a91767b16d /src/entity.cpp
parent1f2d2b0289691e8b99ad7c33fc5aaec0802eeb69 (diff)
Add `@(link_suffix=<string>)`
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 916c2b2bd..337ea846f 100644
--- a/src/entity.cpp
+++ b/src/entity.cpp
@@ -224,6 +224,7 @@ struct Entity {
Ast * foreign_library_ident;
String link_name;
String link_prefix;
+ String link_suffix;
String link_section;
CommentGroup *docs;
CommentGroup *comment;
@@ -243,6 +244,7 @@ struct Entity {
Ast * foreign_library_ident;
String link_name;
String link_prefix;
+ String link_suffix;
DeferredProcedure deferred_procedure;
struct GenProcsData *gen_procs;