Merge branch 'docking_inter'

This commit is contained in:
Victor Bombi
2020-10-09 16:48:56 +02:00
2 changed files with 11 additions and 3 deletions

View File

@@ -56,6 +56,7 @@ Notes:
* call_args : a string with the argument names separated by commas for calling imgui function
* defaults : a collection in which key is argument name and value is the default value.
* manual : will be true if this function is hand-written (not generated)
* skipped : will be true if this function is not generated (and not hand-written)
* isvararg : is set if some argument is a vararg
* constructor : is set if the function is a constructor for a class.
* destructor : is set if the function is a destructor for a class but not just a default destructor.