Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Merged by Bors] - Bevy app docs #3539

Closed
wants to merge 17 commits into from

Commits on Jan 3, 2022

  1. Configuration menu
    Copy the full SHA
    5854c35 View commit details
    Browse the repository at this point in the history
  2. Complete documentation of bevy_app crate

    Achieves 100% doc coverage for public items in the bevy_app crate.
    Also, fixes a couple of minor typos in other crates.
    dbearden committed Jan 3, 2022
    Configuration menu
    Copy the full SHA
    2fe3c1e View commit details
    Browse the repository at this point in the history
  3. Add warn(missing_docs)

    dbearden committed Jan 3, 2022
    Configuration menu
    Copy the full SHA
    5868c64 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0d1e648 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ee9c334 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    42aaf7c View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2022

  1. Apply suggestions from code review part 1

    Co-authored-by: Alice Cecile <alice.i.cecile@gmail.com>
    dbearden and alice-i-cecile authored Jan 5, 2022
    Configuration menu
    Copy the full SHA
    acb2a5f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    38461aa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fbffb45 View commit details
    Browse the repository at this point in the history
  4. Run cargo fmt

    dbearden committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    32e1a77 View commit details
    Browse the repository at this point in the history
  5. Correct doc errors

    dbearden committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    1c1ee8e View commit details
    Browse the repository at this point in the history
  6. Update crates/bevy_app/src/app.rs

    Co-authored-by: Alice Cecile <alice.i.cecile@gmail.com>
    dbearden and alice-i-cecile authored Jan 5, 2022
    Configuration menu
    Copy the full SHA
    d8200fb View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2022

  1. Configuration menu
    Copy the full SHA
    1e0876a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    750f326 View commit details
    Browse the repository at this point in the history
  3. Update crates/bevy_app/src/app.rs

    Co-authored-by: Pascal Hertleif <killercup@gmail.com>
    dbearden and killercup authored Jan 6, 2022
    Configuration menu
    Copy the full SHA
    248f308 View commit details
    Browse the repository at this point in the history
  4. Update crates/bevy_app/src/app.rs

    Co-authored-by: Pascal Hertleif <killercup@gmail.com>
    dbearden and killercup authored Jan 6, 2022
    Configuration menu
    Copy the full SHA
    dfb9388 View commit details
    Browse the repository at this point in the history
  5. Update crates/bevy_app/src/app.rs

    Co-authored-by: Pascal Hertleif <killercup@gmail.com>
    dbearden and killercup authored Jan 6, 2022
    Configuration menu
    Copy the full SHA
    bf54106 View commit details
    Browse the repository at this point in the history