readme: size field in struct description

This commit is contained in:
Victor Bombi
2020-05-31 10:35:37 +02:00
parent 09bd080a0c
commit 981eafaa3e

View File

@@ -71,6 +71,7 @@ Notes:
* type : the type of the struct member
* template_type : if type has a template argument (as ImVector) here will be
* name : the name of the struct member
* size : the number of array elements (when it is an array)
* bitfield : the bitfield width (in case it is a bitfield)
# usage