wc-duck / datalibrary

Open Source Data Library for data serialization.
Other
42 stars 8 forks source link

Comments to types and members #60

Closed lundmark closed 6 years ago

lundmark commented 6 years ago

Since we parse our header-files to extract certain information and generate things, it would be very beneficial if we could add comments to types and members. Such as:

// my_comment_1 enum A { ... };

// my_other_comment struct struten { float mymember; // my_member_comment };

lundmark commented 6 years ago

I think I would consider this done now, maybe close it?