diff options
Diffstat (limited to 'src/DotNetOpenAuth.OAuth/OAuthReporting.cs')
-rw-r--r-- | src/DotNetOpenAuth.OAuth/OAuthReporting.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/DotNetOpenAuth.OAuth/OAuthReporting.cs b/src/DotNetOpenAuth.OAuth/OAuthReporting.cs index 062f9dc..c6f8841 100644 --- a/src/DotNetOpenAuth.OAuth/OAuthReporting.cs +++ b/src/DotNetOpenAuth.OAuth/OAuthReporting.cs @@ -14,6 +14,9 @@ namespace DotNetOpenAuth { using DotNetOpenAuth.OAuth; using DotNetOpenAuth.OAuth.ChannelElements; + /// <summary> + /// Utility methods specific to OAuth feature reporting. + /// </summary> internal class OAuthReporting : Reporting { /// <summary> /// Records the feature and dependency use. |