bevy/crates/bevy_transform/src
Michael Dorst 593f64cfcb Fix doc_markdown lints in bevy_transform (#3483)
#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_transform` crate.
2021-12-30 09:23:17 +00:00
..
components Fix doc_markdown lints in bevy_transform (#3483) 2021-12-30 09:23:17 +00:00
hierarchy fix parenting of scenes (#2410) 2021-12-24 06:57:28 +00:00
lib.rs Add readme as docs to relevant crates. (#2575) 2021-12-18 22:59:55 +00:00
transform_propagate_system.rs Down with the system! (#2496) 2021-07-27 23:42:36 +00:00