Fix missing DOCUMENT()

This commit is contained in:
baldurk
2022-08-03 18:56:20 +01:00
parent e1cc50dd08
commit 41769fe232
+3
View File
@@ -617,6 +617,9 @@ treated as covering the code.
};
DECLARE_REFLECTION_STRUCT(LineColumnInfo);
DOCUMENT(R"(Gives per-instruction source code mapping information, including what line(s) correspond
to this instruction and which source variables exist
)");
struct InstructionSourceInfo
{
DOCUMENT("");