Fix docs rendering (#340)

This commit is contained in:
Gabriel Majeri 2017-11-05 12:21:57 +02:00 committed by tomaka
parent 61d25be3e0
commit bbf13561b5

View file

@ -443,8 +443,8 @@ pub struct WindowAttributes {
/// The default is `true`. /// The default is `true`.
pub decorations: bool, pub decorations: bool,
/// [iOS only] Enable multitouch, see [UIView#multipleTouchEnabled] /// [iOS only] Enable multitouch,
/// (https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIView_Class/#//apple_ref/occ/instp/UIView/multipleTouchEnabled) /// see [multipleTouchEnabled](https://developer.apple.com/documentation/uikit/uiview/1622519-multipletouchenabled)
pub multitouch: bool, pub multitouch: bool,
} }