aboutsummaryrefslogtreecommitdiff
path: root/src/entity.cpp
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2024-05-30 21:48:23 +0100
committergingerBill <bill@gingerbill.org>2024-05-30 21:48:23 +0100
commit66acbb7fed88ed9132dfc8107865e0ac27ed3ac8 (patch)
tree52bd0eb18c132eed1ca2760692c691aed7d64c27 /src/entity.cpp
parent7bcf33c881886e38f3e02b8ed72a7abc7b706f74 (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 1461b96d7..e4fc66dac 100644
--- a/src/entity.cpp
+++ b/src/entity.cpp
@@ -223,6 +223,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;