Fix missing documentation type declaration

This commit is contained in:
baldurk
2022-07-22 18:45:20 +01:00
parent c98b16fd8c
commit 6e33222115
+2
View File
@@ -1407,6 +1407,8 @@ The first entry in the list is always the file where the entry point is.
The information is not guaranteed to be available depending on the underlying shader format, so
all of the elements are optional.
:type: LineColumnInfo
)");
LineColumnInfo entryLocation;