vburenin / ifacemaker

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

Only adds a comment line to interface if the param is not an empty string. #35

Closed mkraft closed 5 years ago

mkraft commented 5 years ago

Prevents having // above the generated interface if there's no interface comment specified.

vburenin commented 5 years ago

Thanks!