csbindgen icon indicating copy to clipboard operation
csbindgen copied to clipboard

Adds support for parsing doc comments on Rust types

Open cloone8 opened this issue 1 year ago • 3 comments

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.

cloone8 avatar Jul 31 '24 11:07 cloone8

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.

github-actions[bot] avatar Jan 28 '25 00:01 github-actions[bot]

Not stale, still waiting for review

cloone8 avatar Jan 29 '25 14:01 cloone8

sorry for the delayed reviewing, please wait a moment.

neuecc avatar Jan 30 '25 02:01 neuecc

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.

github-actions[bot] avatar Jul 30 '25 00:07 github-actions[bot]

I'm now reviewing, release soon.

neuecc avatar Aug 14 '25 10:08 neuecc