mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
Fix rustdoc errors in components/shared
(#31582)
* Fixed error in documentation in components>shared>embedder>lib.rs * fixed documentation warning in compoenents>shared>net>request.rs * Fixed the documentation (URL issue) in components>shared>script>lib.rs
This commit is contained in:
parent
6b5a5147f8
commit
dd6c929cc6
3 changed files with 3 additions and 3 deletions
|
@ -1350,6 +1350,6 @@ pub enum GamepadUpdateType {
|
|||
/// <https://www.w3.org/TR/gamepad/#dfn-represents-a-standard-gamepad-axis>
|
||||
Axis(usize, f64),
|
||||
/// Button index and input value
|
||||
/// <https://www.w3.org/TR/gamepad/#dfn-represents-a-standard-gamepad-button
|
||||
/// <https://www.w3.org/TR/gamepad/#dfn-represents-a-standard-gamepad-button>
|
||||
Button(usize, f64),
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue