bevy/crates/bevy_render
Ame :] fb094eab87
Move default docs (#9638)
# Objective

- Make the default docs more useful like suggested in
https://github.com/bevyengine/bevy/pull/9600#issuecomment-1696452118

## Solution

- Move the documentation to the `fn default()` method instead of the
`impl Default`.

Allows you to view the docs directly on the function without having to
go to the implementation.

### Before
![Screenshot 2023-08-29 at 18 21
03](https://github.com/bevyengine/bevy/assets/104745335/6d31591e-f190-4b8e-8bc3-a570ada294f0)

### After
![Screenshot 2023-08-29 at 18 19
54](https://github.com/bevyengine/bevy/assets/104745335/e2442ec1-593d-47f3-b539-8c77a170f0b6)
2023-08-30 01:13:04 +00:00
..
macros Bump Version after Release (#9106) 2023-07-10 21:19:27 +00:00
src Move default docs (#9638) 2023-08-30 01:13:04 +00:00
Cargo.toml Remove unused regex dep from bevy_render (#9613) 2023-08-29 12:28:24 +00:00