From b65480cdf54462496a91014bd02487dab38bd19b Mon Sep 17 00:00:00 2001 From: FICTURE7 Date: Tue, 13 Apr 2021 11:30:22 +0400 Subject: [PATCH] Fix more stale docs --- ARMeilleure/Common/Counter.cs | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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