bevy/crates/bevy_utils
JoJoJet 56e9a3de88 improve documentation for macro-generated label types (#5367)
# Objective

I noticed while working on #5366 that the documentation for label types wasn't working correctly. Having experimented with this for a few weeks, I believe that generating docs in macros is more effort than it's worth.

## Solution

Add more boilerplate, copy-paste and edit the docs across types. This also lets us add custom doctests for specific types. Also, we don't need `concat_idents` as a dependency anymore.
2022-07-20 19:39:42 +00:00
..
src improve documentation for macro-generated label types (#5367) 2022-07-20 19:39:42 +00:00
Cargo.toml improve documentation for macro-generated label types (#5367) 2022-07-20 19:39:42 +00:00