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

Improve doc formatting. #9840

Merged

Conversation

waywardmonkeys
Copy link
Contributor

Objective

  • Identifiers in docs should be marked up with backticks.

Solution

  • Mark up more identifiers in the docs with backticks.

@alice-i-cecile alice-i-cecile added C-Docs An addition or correction to our documentation S-Ready-For-Final-Review This PR has been approved by the community. It's ready for a maintainer to consider merging it labels Sep 18, 2023
@alice-i-cecile alice-i-cecile added this pull request to the merge queue Sep 18, 2023
/// This is faster than doing equivalent operations one-by-one.
/// Returns [Ok] if all entities were successfully inserted into or spawned. Otherwise it returns an [Err]
/// Returns `Ok` if all entities were successfully inserted into or spawned. Otherwise it returns an `Err`
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
/// Returns `Ok` if all entities were successfully inserted into or spawned. Otherwise it returns an `Err`
/// Returns `Ok()` if all entities were successfully inserted into or spawned. Otherwise it returns an `Err`

Merged via the queue into bevyengine:main with commit 5e91e5f Sep 18, 2023
24 checks passed
@waywardmonkeys waywardmonkeys deleted the improve-doc-formatting branch September 19, 2023 00:27
rdrpenguin04 pushed a commit to rdrpenguin04/bevy that referenced this pull request Jan 9, 2024
# Objective

- Identifiers in docs should be marked up with backticks.

## Solution

- Mark up more identifiers in the docs with backticks.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-Docs An addition or correction to our documentation S-Ready-For-Final-Review This PR has been approved by the community. It's ready for a maintainer to consider merging it
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants