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
- {
- /// <summary>
- /// The Microsoft.Hawaii provides common functionality for the
- /// client libraries classes that communicate over REST to Hawaii services.
- /// </summary>
- internal class NamespaceDoc
- {
- }
- }
|