mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-31 11:50:07 +00:00
collect and show docs of defineables
This commit is contained in:
+4
-3
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user