bevy/crates/bevy_input/src
Michael Dorst 8aff7262d6 Fix doc_markdown lints in bevy_input (#3475)
#3457 adds the `doc_markdown` clippy lint, which checks doc comments to make sure code identifiers are escaped with backticks. This causes a lot of lint errors, so this is one of a number of PR's that will fix those lint errors one crate at a time.

This PR fixes lints in the `bevy_input` crate.
2021-12-29 17:38:10 +00:00
..
axis.rs Documented and tested Axis<T> (#3276) 2021-12-11 23:31:46 +00:00
gamepad.rs Fix doc_markdown lints in bevy_input (#3475) 2021-12-29 17:38:10 +00:00
input.rs Add convenience methods for checking a set of inputs (#2760) 2021-09-01 21:21:41 +00:00
keyboard.rs Fix doc_markdown lints in bevy_input (#3475) 2021-12-29 17:38:10 +00:00
lib.rs Add Gamepads resource (#3257) 2021-12-08 20:28:08 +00:00
mouse.rs Fix doc_markdown lints in bevy_input (#3475) 2021-12-29 17:38:10 +00:00
system.rs Fix doc_markdown lints in bevy_input (#3475) 2021-12-29 17:38:10 +00:00
touch.rs Fix doc_markdown lints in bevy_input (#3475) 2021-12-29 17:38:10 +00:00