Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds support for parsing doc comments on Rust types #90

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

cloone8
Copy link
Contributor

@cloone8 cloone8 commented Jul 31, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant