Adds support for parsing doc comments on Rust types
This extends the already existing support for parsing comments on functions/methods by using the same logic for the C# generating type-bindings.
Also fixes a bunch of misc. Clippy warnings, but nothing functionality-changing.
As a note: I think this has the potential to make the generated C# bindings quite "noisy" in the sense that a ton of comments can be generated. I personally think that that's a good thing, but maybe it would be worth it to put comment generation behind a flag? Let me know what you think, I could put that in as a feature later if desired.
This PR is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be closed in 30 days.
Not stale, still waiting for review
sorry for the delayed reviewing, please wait a moment.
This PR is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be closed in 30 days.
I'm now reviewing, release soon.