CppSharp icon indicating copy to clipboard operation
CppSharp copied to clipboard

Names of parameters not coverted to camel case in C#

Open ddobrev opened this issue 4 years ago • 0 comments
trafficstars

Our test of:

int SBAttachInfo(const char* path, bool wait_for);

has its second parameter kept with the same name while it should've been waitFor.

ddobrev avatar Jan 02 '21 00:01 ddobrev