NamespaceDoc.cs 646 B

1234567891011121314151617181920212223
  1. // -
  2. // <copyright file="NamespaceDoc.cs" company="Microsoft Corporation">
  3. // Copyright (c) Microsoft Corporation. All rights reserved.
  4. // </copyright>
  5. // -
  6. // -
  7. // This file exists solely for documentation purposes.
  8. // Automatic documentation generation tools (such as Sandcastle)
  9. // use this to document the namespace.
  10. // -
  11. namespace Microsoft.Hawaii.KeyValue.Client
  12. {
  13. /// <summary>
  14. /// The Microsoft.Hawaii.KeyValue.Client namespace contains classes for sending and
  15. /// receiving messages through the Hawaii Key-Value Storage Service.
  16. /// </summary>
  17. internal class NamespaceDoc
  18. {
  19. }
  20. }