djinni icon indicating copy to clipboard operation
djinni copied to clipboard

Comments on enums and flags are not included in C++ headers

Open sasq64 opened this issue 6 years ago • 0 comments

Comments added to the IDL files are retained and inserted into the generated code which is great when generating documentation with for instance Doxygen.

But for some reason, comments above enums and flags are not included in generated hpp files, even though they are included in the generated Java and objc files ?

sasq64 avatar Nov 08 '19 15:11 sasq64