1234567891011121314151617181920212223 |
- // -
- // <copyright file="NamespaceDoc.cs" company="Microsoft Corporation">
- // Copyright (c) Microsoft Corporation. All rights reserved.
- // </copyright>
- // -
- // -
- // This file exists solely for documentation purposes.
- // Automatic documentation generation tools (such as Sandcastle)
- // use this to document the namespace.
- // -
- namespace Microsoft.Hawaii.KeyValue.Client
- {
- /// <summary>
- /// The Microsoft.Hawaii.KeyValue.Client namespace contains classes for sending and
- /// receiving messages through the Hawaii Key-Value Storage Service.
- /// </summary>
- internal class NamespaceDoc
- {
- }
- }
|