Skip to content

Adds support for parsing doc comments on Rust types #90

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

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.

Copy link
Contributor

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.

@cloone8
Copy link
Contributor Author

cloone8 commented Jan 29, 2025

Not stale, still waiting for review

@neuecc
Copy link
Member

neuecc commented Jan 30, 2025

sorry for the delayed reviewing, please wait a moment.

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.

2 participants