bevy/crates/bevy_reflect/src
Michael Dorst b1e4984c55 Fix doc_markdown lints in bevy_reflect (#3478)
#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_reflect` crate.
2021-12-29 17:38:12 +00:00
..
impls Add FromReflect trait to convert dynamic types to concrete types (#1395) 2021-12-26 18:49:01 +00:00
serde Avoid some format! into immediate format! (#2913) 2021-10-06 18:34:33 +00:00
lib.rs Add FromReflect trait to convert dynamic types to concrete types (#1395) 2021-12-26 18:49:01 +00:00
list.rs Fix doc_markdown lints in bevy_reflect (#3478) 2021-12-29 17:38:12 +00:00
map.rs Fix doc_markdown lints in bevy_reflect (#3478) 2021-12-29 17:38:12 +00:00
path.rs Add FromReflect trait to convert dynamic types to concrete types (#1395) 2021-12-26 18:49:01 +00:00
reflect.rs Add FromReflect trait to convert dynamic types to concrete types (#1395) 2021-12-26 18:49:01 +00:00
struct_trait.rs Override size_hint for all Iterators and add ExactSizeIterator where applicable (#1734) 2021-04-13 01:28:14 +00:00
tuple.rs Add FromReflect trait to convert dynamic types to concrete types (#1395) 2021-12-26 18:49:01 +00:00
tuple_struct.rs Override size_hint for all Iterators and add ExactSizeIterator where applicable (#1734) 2021-04-13 01:28:14 +00:00
type_registry.rs Fix doc_markdown lints in bevy_reflect (#3478) 2021-12-29 17:38:12 +00:00
type_uuid.rs revert supporting generics for deriving TypeUuid (#2204) 2021-05-17 20:28:50 +00:00