mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Indicate items in doc comments as code-like.
This commit is contained in:
parent
085c52dfbc
commit
531289ebb7
5 changed files with 13 additions and 13 deletions
|
@ -8,7 +8,7 @@ use gfx_traits::DevicePixel;
|
|||
use script_traits::{EventResult, TouchId};
|
||||
use self::TouchState::*;
|
||||
|
||||
/// Minimum number of ScreenPx to begin touch scrolling.
|
||||
/// Minimum number of `ScreenPx` to begin touch scrolling.
|
||||
const TOUCH_PAN_MIN_SCREEN_PX: f32 = 20.0;
|
||||
|
||||
pub struct TouchHandler {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue