From 170568c57d5b2e0d340ddd45bd257e0dd5c57ec9 Mon Sep 17 00:00:00 2001 From: the_fiddler Date: Sun, 28 Jun 2009 10:52:58 +0000 Subject: [PATCH] Fixed XML docs and remove unnecessary CLSCompliance attributes. --- Source/OpenTK/Math/Vector2d.cs | 16 ++++++++-------- Source/OpenTK/Platform/X11/Structs.cs | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Source/OpenTK/Math/Vector2d.cs b/Source/OpenTK/Math/Vector2d.cs index 64c6cc42..4cff4607 100644 --- a/Source/OpenTK/Math/Vector2d.cs +++ b/Source/OpenTK/Math/Vector2d.cs @@ -662,7 +662,7 @@ namespace OpenTK /// /// Negates an instance. /// - /// The instance. + /// The instance. /// The result of the operation. public static Vector2d operator -(Vector2d vec) { @@ -674,8 +674,8 @@ namespace OpenTK /// /// Multiplies an instance by a scalar. /// - /// The instance. - /// The scalar. + /// The instance. + /// The scalar. /// The result of the operation. public static Vector2d operator *(Vector2d vec, double f) { @@ -687,8 +687,8 @@ namespace OpenTK /// /// Multiply an instance by a scalar. /// - /// The scalar. - /// The instance. + /// The scalar. + /// The instance. /// The result of the operation. public static Vector2d operator *(double f, Vector2d vec) { @@ -700,8 +700,8 @@ namespace OpenTK /// /// Divides an instance by a scalar. /// - /// The instance. - /// The scalar. + /// The instance. + /// The scalar. /// The result of the operation. public static Vector2d operator /(Vector2d vec, double f) { @@ -723,7 +723,7 @@ namespace OpenTK } /// - /// Compares two instances for ljequality. + /// Compares two instances for ienquality. /// /// The left instance. /// The right instance. diff --git a/Source/OpenTK/Platform/X11/Structs.cs b/Source/OpenTK/Platform/X11/Structs.cs index 2af41ec8..756e4bfe 100644 --- a/Source/OpenTK/Platform/X11/Structs.cs +++ b/Source/OpenTK/Platform/X11/Structs.cs @@ -1102,7 +1102,7 @@ namespace OpenTK.Platform.X11 Append = 2 } - [StructLayout(LayoutKind.Sequential), CLSCompliant(false)] + [StructLayout(LayoutKind.Sequential)] internal struct XKeyBoardState { public int key_click_percent;