ralfbiedert / interoptopus

The polyglot bindings generator for your library (C#, C, Python, …) 🐙
302 stars 27 forks source link

Respect C# symbol naming in fields for doc writer #66

Closed dennisradell closed 1 year ago

dennisradell commented 1 year ago

Previously, the C# doc writer didn't rename fields based on the rename_symbols in the C# config. This change fixes that and creates a utility function to get the correct field name.