aboutsummaryrefslogtreecommitdiff
path: root/src/checker.hpp
diff options
context:
space:
mode:
authorLaytan Laats <laytanlaats@hotmail.com>2024-06-07 14:48:11 +0200
committerLaytan Laats <laytanlaats@hotmail.com>2024-06-07 15:08:41 +0200
commit315695b4f8b3437fb63cfc99c976b76be4cee173 (patch)
treef7268ca204e874cb46a4dc26406ca66b2bc1deb9 /src/checker.hpp
parentfa086906865c04531b3803f1f0cb1ee17dfe5c7e (diff)
collect and show docs of defineables
Diffstat (limited to 'src/checker.hpp')
-rw-r--r--src/checker.hpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/checker.hpp b/src/checker.hpp
index 9db5757e3..1a8cef29a 100644
--- a/src/checker.hpp
+++ b/src/checker.hpp
@@ -377,9 +377,10 @@ struct GenTypesData {
};
struct Defineable {
- String name;
- ExactValue default_value;
- TokenPos pos;
+ String name;
+ ExactValue default_value;
+ TokenPos pos;
+ CommentGroup *docs;
// These strings are only computed from previous fields when defineables are being shown or exported.
String default_value_str;