-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Added Documentation to all_tuples_with_size
#14832
Added Documentation to all_tuples_with_size
#14832
Conversation
Also updated the existing documentation of `all_tuples` to reference `all_tuples_with_size`, and pretty its formatting. Examples for `all_tuples_with_size` match `all_tuples` to highlight how the two helper macros compliment each other.
c20aa3a
to
6ad5f90
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What else do you intend to do in this PR before taking it out of draft?
Just want to make sure CI fully passed first (which it hasn't quite yet!). Just thought I'd put this up in draft in the meantime so it could be looked through while we wait. |
Also updated the existing documentation of `all_tuples` to reference `all_tuples_with_size`, and pretty its formatting. Examples for `all_tuples_with_size` match `all_tuples` to highlight how the two helper macros compliment each other.
…shrat011899/bevy into Document_all_tuples_with_size
Objective
Solution
all_tuples_with_size
based on existingall_tuples
documentation.all_tuples
documentation to match formatting of and link back toall_tuples_with_size
Testing
Notes
Formatting changes I have proposed make the documentation a little cleaner in my opinion, but I am open to reverting them and amending
all_tuples_with_size
to match if there are any reasonable objections.