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

Omit ambassador macros from docs #63

Open
vigna opened this issue Jun 23, 2024 · 1 comment
Open

Omit ambassador macros from docs #63

vigna opened this issue Jun 23, 2024 · 1 comment

Comments

@vigna
Copy link

vigna commented Jun 23, 2024

Would it be possible, maybe with an option, to have #[doc(hidden)] for ambassador implementation macros? We have quite a few and they clutter the documentation page (I assume the crate user should never know about them).

@dewert99
Copy link
Collaborator

I assume the crate user should never know about them

This is not necessarily true, for public delegatable traits users can also use the macros to delegate them for there own structs, for private delegatable traits the macros will also be private and so they shouldn't get documented.

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

No branches or pull requests

2 participants