Bevy Input Docs : the modules#9467
Conversation
|
Example |
killercup
left a comment
There was a problem hiding this comment.
Always nice to see more docs :) I would ask for more examples to see what this is used for but I don't think the module docs are the right place necessarily
| @@ -1,3 +1,5 @@ | |||
| //! The generic axis type. | |||
There was a problem hiding this comment.
I understand the module docs are not very important but this tells me about as much as the name of the module 😅 What is this axis type used for?
There was a problem hiding this comment.
I don't see what to put here since items of the modules already have relevant docs.
This docs is only here for being able to add #![warn(missing_docs)] on bevy_input.
|
Can you add |
|
@alice-i-cecile Done 👌 |
|
Alright, let's see if that works via the merge queue! I'll do them sequentially if it fails. |
|
Alright, let's see if this passes now that the other two PRs are merged. |
Head branch was pushed to by a user without write access
|
@alice-i-cecile |
Objective
Complete the documentation of
bevy_input(#3492).This PR is part of a triptych of PRs :
Solution
Add documentation on modules in
bevy_input.