[Merged by Bors] - Hide docs for concrete impls of Fetch, FetchState, and SystemParamState#4250
[Merged by Bors] - Hide docs for concrete impls of Fetch, FetchState, and SystemParamState#4250james7132 wants to merge 11 commits intobevyengine:mainfrom
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 |
alice-i-cecile
left a comment
There was a problem hiding this comment.
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.
ghost
left a comment
There was a problem hiding this comment.
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)].InputMarkertoo.