-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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] - Hide docs for concrete impls of Fetch, FetchState, and SystemParamState #4250
Conversation
This reverts commit 9e0a8ec.
would the While this page is not very... friendly, it's still useful to list all the struct that implement that trait. |
It seems like it would, but the supported |
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.
I like hiding these, but I would prefer to leave the doc comments in place. They're useful guidance for developers ("what the heck is this?"), and there's no cost to keeping them.
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.
I like this change. Nothing got hidden that end users are interacting with and the docs will be a lot less noisy this way. I was quite impressed how noisy the docs look currently.
bors r+ |
…te (#4250) # Objective The following pages in the docs are rather noisy, and the types they point to are not particularly useful by themselves: - http://dev-docs.bevyengine.org/bevy/ecs/query/index.html - http://dev-docs.bevyengine.org/bevy/ecs/system/index.html ## Solution - Replace docs on these types with `#[doc(hidden)]`. - Hide `InputMarker` too.
Build failed: |
Looks like https://wiki.ubuntu.com/WSL is down. CI is also failing on #4275 and I also can't access the site. |
bors retry |
…te (#4250) # Objective The following pages in the docs are rather noisy, and the types they point to are not particularly useful by themselves: - http://dev-docs.bevyengine.org/bevy/ecs/query/index.html - http://dev-docs.bevyengine.org/bevy/ecs/system/index.html ## Solution - Replace docs on these types with `#[doc(hidden)]`. - Hide `InputMarker` too.
…te (bevyengine#4250) # Objective The following pages in the docs are rather noisy, and the types they point to are not particularly useful by themselves: - http://dev-docs.bevyengine.org/bevy/ecs/query/index.html - http://dev-docs.bevyengine.org/bevy/ecs/system/index.html ## Solution - Replace docs on these types with `#[doc(hidden)]`. - Hide `InputMarker` too.
…te (bevyengine#4250) # Objective The following pages in the docs are rather noisy, and the types they point to are not particularly useful by themselves: - http://dev-docs.bevyengine.org/bevy/ecs/query/index.html - http://dev-docs.bevyengine.org/bevy/ecs/system/index.html ## Solution - Replace docs on these types with `#[doc(hidden)]`. - Hide `InputMarker` too.
Objective
The following pages in the docs are rather noisy, and the types they point to are not particularly useful by themselves:
Solution
#[doc(hidden)]
.InputMarker
too.