rust-lang / docs.rs

crates.io documentation generator
https://docs.rs
MIT License
956 stars 193 forks source link

Bevy Engine docs aren't detailed #2459

Closed Blainegith closed 3 months ago

Blainegith commented 3 months ago

The input struct ButtonInput's docs page aren't contains usage examples of the input enum KeyCode.

https://docs.rs/bevy/latest/bevy/input/prelude/struct.ButtonInput.html

Nemo157 commented 3 months ago

We just host the docs defined by the crates themselves, if you click the bevy-0.13.0 menu in the top-bar that should open a dropdown with a link to their repository so you can create an issue there.