-
Notifications
You must be signed in to change notification settings - Fork 246
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
Generated documentation should include feature-gated APIs #992
Comments
Probably not going to do this for the upcoming releases (hopefully coming this week), but will get it done for the next round. Would like to see #976 either merged or closed before I do any work here, as that will change things a fair bit. |
At least the |
I agree this is done. I wonder if we should have I guess this might be more confusing to users than it helps Ah ok ... found something. We could have #[doc(cfg(feature = "async"))]
#[cfg(feature = "async")]
pub mod asynch {
...
} But certainly, another issue - do we have such an issue (can't find it) or should I create a new one. Probably we should also say something about that in the HAL-developer docs |
There's already a task in the documentation improvements issue for this, it just never got its own issue opened. |
the S3 docs for example don't indicate that there is a
#[main]
macro (or a whole embassy support module) provided by the crate.The text was updated successfully, but these errors were encountered: