Fixed malformed documentation comments.
This commit is contained in:
parent
681e19f704
commit
330053de1e
1 changed files with 5 additions and 5 deletions
|
@ -126,7 +126,7 @@ namespace OpenTK.Input
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets a <see cref="System.Boolean" indicating whether the left mouse button is pressed.
|
/// Gets a <see cref="System.Boolean"/> indicating whether the left mouse button is pressed.
|
||||||
/// This property is intended for XNA compatibility.
|
/// This property is intended for XNA compatibility.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public ButtonState LeftButton
|
public ButtonState LeftButton
|
||||||
|
@ -135,7 +135,7 @@ namespace OpenTK.Input
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets a <see cref="System.Boolean" indicating whether the middle mouse button is pressed.
|
/// Gets a <see cref="System.Boolean"/> indicating whether the middle mouse button is pressed.
|
||||||
/// This property is intended for XNA compatibility.
|
/// This property is intended for XNA compatibility.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public ButtonState MiddleButton
|
public ButtonState MiddleButton
|
||||||
|
@ -144,7 +144,7 @@ namespace OpenTK.Input
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets a <see cref="System.Boolean" indicating whether the right mouse button is pressed.
|
/// Gets a <see cref="System.Boolean"/> indicating whether the right mouse button is pressed.
|
||||||
/// This property is intended for XNA compatibility.
|
/// This property is intended for XNA compatibility.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public ButtonState RightButton
|
public ButtonState RightButton
|
||||||
|
@ -153,7 +153,7 @@ namespace OpenTK.Input
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets a <see cref="System.Boolean" indicating whether the first extra mouse button is pressed.
|
/// Gets a <see cref="System.Boolean"/> indicating whether the first extra mouse button is pressed.
|
||||||
/// This property is intended for XNA compatibility.
|
/// This property is intended for XNA compatibility.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public ButtonState XButton1
|
public ButtonState XButton1
|
||||||
|
@ -162,7 +162,7 @@ namespace OpenTK.Input
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets a <see cref="System.Boolean" indicating whether the second extra mouse button is pressed.
|
/// Gets a <see cref="System.Boolean"/> indicating whether the second extra mouse button is pressed.
|
||||||
/// This property is intended for XNA compatibility.
|
/// This property is intended for XNA compatibility.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public ButtonState XButton2
|
public ButtonState XButton2
|
||||||
|
|
Loading…
Reference in a new issue