collect and show docs of defineables

This commit is contained in:
Laytan Laats
2024-06-07 15:08:41 +02:00
parent fa08690686
commit 315695b4f8
3 changed files with 45 additions and 32 deletions
+4 -3
View File
@@ -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;