-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Add documentation comments to bevy_winit
#8115
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
Conversation
bevy_window
bevy_winit
it seems you missed adding |
Co-authored-by: François <[email protected]>
It appears that I did... and I'm also missing comments for the crate and |
/// A resource which maps window entities to [`winit`] library windows. | ||
#[derive(Debug, Default)] | ||
pub struct WinitWindows { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry to come back after this PR is merged; but is this documentation accurate ? as the struct doesn't derive Resource
, it's not a resource 🤔 ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oh it's a NonSendMut
👍
Objective
bevy_winit
#![warn(missing_docs)]
tobevy_winit
.Relates to #3492