dropbox / djinni

A tool for generating cross-language type declarations and interface bindings.
Apache License 2.0
2.88k stars 488 forks source link

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

Open sasq64 opened 4 years ago

sasq64 commented 4 years ago

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 ?