FFIG / ffig

Generate code to call C++ libraries from other languages
MIT License
29 stars 9 forks source link

N402: Add descriptions to binding generators. #403

Closed ajbennieston closed 6 years ago

ajbennieston commented 6 years ago

What does this PR do?

Generators now include a description for each binding they register.

These can be used to add a --list-generators feature.

This commit contains work for issue #402 but does not complete the work for this issue.