Navigation Menu

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

Add #[doc(alias = "...")] attribute on wrapper methods #31

Merged
merged 4 commits into from Jun 2, 2022

Conversation

arpankapoor
Copy link
Contributor

I generated these using a hackish regex with python. I've also manually skimmed through the changes to make sure they are ok. Let me know if I have missed anything.

Fixes #15.

@Cldfire
Copy link
Owner

Cldfire commented May 31, 2022

Awesome, thanks for putting this together! 🙌

It looks great at first glance but I won't have the time to do a full review today. I should be able to take a closer look tomorrow 🙂.

@Cldfire
Copy link
Owner

Cldfire commented Jun 2, 2022

Other than the small nit above this looks perfect.

@Cldfire Cldfire merged commit 4965d7e into Cldfire:master Jun 2, 2022
@Cldfire
Copy link
Owner

Cldfire commented Jun 2, 2022

Thanks again! Super nice to be able to search via C function name in rustdoc now.

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

Successfully merging this pull request may close these issues.

Use the #[doc(alias = "...")] attribute on wrapper methods
2 participants