update readme with location info

This commit is contained in:
Victor Bombi
2020-06-05 17:58:27 +02:00
parent 4edb09f7c4
commit 1efb54810c

View File

@@ -61,6 +61,7 @@ Notes:
* templated : is set if the function belongs to a templated class (ImVector) * templated : is set if the function belongs to a templated class (ImVector)
* templatedgen: is set if the function belongs to a struct generated from template (ImVector_ImWchar) * templatedgen: is set if the function belongs to a struct generated from template (ImVector_ImWchar)
* nonUDT : if present the original function was returning a user defined type so that signature has been changed to accept a pointer to the UDT as first argument. * nonUDT : if present the original function was returning a user defined type so that signature has been changed to accept a pointer to the UDT as first argument.
* location : name of the header file this function comes from. (imgui, internal, imgui_impl_xxx)
### structs_and_enums description ### structs_and_enums description
* Is is a collection with two items: * Is is a collection with two items:
* under key enums we get the enums collection in which each key is the enum tagname and the value is an array of the ordered values represented as a collection with keys * under key enums we get the enums collection in which each key is the enum tagname and the value is an array of the ordered values represented as a collection with keys