bevy/crates/bevy_ecs/macros
Ashy 0d971a63e4
Added documentation to the fields within derived read-only types (#8334)
Fixes #8333

# Objective

Fixes issue which causes failure to compile if using
`#![deny(missing_docs)]`.

## Solution

Added some very basic commenting to the generated read-only fields.
honestly I feel this to be up for debate since the comments are very
basic and give very little useful information but the purpose of this PR
is to fix the issue at hand.

---

## Changelog

Added comments to the derive macro and the projects now successfully
compile.

---------

Co-authored-by: lupan <kallll5@hotmail.com>
2023-04-09 14:37:34 +00:00
..
src Added documentation to the fields within derived read-only types (#8334) 2023-04-09 14:37:34 +00:00
Cargo.toml chore: Release (#7920) 2023-03-06 05:13:36 +00:00