vburenin / ifacemaker

Generate interfaces from structure methods.
Apache License 2.0
320 stars 43 forks source link

Include generate command in comment #67

Open yfzhou0904 opened 8 months ago

yfzhou0904 commented 8 months ago

It would be nice if the generated file starts with something like this:

// DONT EDIT: Auto generated by github.com/vburenin/ifacemaker:`ifacemaker -f ... '

<rest of the code>

so that a first time reader of the code knows how to re-generate it by themselves.