Skip to content

Commit c2d810f

Browse files
committed
!fixup Rework data structures for generator script
1 parent 4a43bd6 commit c2d810f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist/tools/wot/wot_structs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1041,7 +1041,7 @@ class EnumStruct(LinkedListStruct):
10411041
@classmethod
10421042
def parse(cls, parent: CObject) -> None:
10431043
if parent.data.get("enum"):
1044-
cls(parent, "data_enums", "enum")
1044+
cls(parent, "data_enums", "enum", ref_name="enumeration")
10451045

10461046
@property
10471047
def _iterable_data(self) -> list:

0 commit comments

Comments
 (0)