diff --git a/ARMeilleure/Common/Counter.cs b/ARMeilleure/Common/Counter.cs index 4ee4e1288..145eeda08 100644 --- a/ARMeilleure/Common/Counter.cs +++ b/ARMeilleure/Common/Counter.cs @@ -3,7 +3,7 @@ namespace ARMeilleure.Common { /// - /// Represents a numeric counter. + /// Represents a numeric counter which can be used for instrumentation of compiled code. /// /// Type of the counter class Counter : IDisposable where T : unmanaged @@ -27,6 +27,7 @@ namespace ARMeilleure.Common /// /// Gets a reference to the value of the counter. /// + /// instance was disposed public ref T Value { get @@ -41,10 +42,10 @@ namespace ARMeilleure.Common } /// - /// Tries to create a instance from the specified instance. + /// Tries to create a instance from the specified instance. /// - /// from which to create the - /// instance if success; otherwise + /// from which to create the + /// instance if success; otherwise /// if success; otherwise /// is /// is unsupported