robotpy / robotpy-build

(mostly) automated C++ wrapping for Python
BSD 3-Clause "New" or "Revised" License
35 stars 16 forks source link

Provide better control over argument documentation #225

Open virtuald opened 7 months ago

virtuald commented 7 months ago

You can ignore an argument, but you can't add new ones or reorder them (in case of cpp_code). It would also be nice to be able to change the docstring for it as well.