namespaceSubtitle.tmpl.partial 753 B

123456789101112131415161718192021222324252627282930
  1. {{!Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.}}
  2. {{^isNamespace}}
  3. {{#inNamespace}}
  4. {{__global.namespacesInSubtitle}}
  5. {{/inNamespace}}
  6. {{/isNamespace}}
  7. {{#inClass}}
  8. {{__global.classesInSubtitle}}
  9. {{/inClass}}
  10. {{#inStruct}}
  11. {{__global.structsInSubtitle}}
  12. {{/inStruct}}
  13. {{#inInterface}}
  14. {{__global.interfacesInSubtitle}}
  15. {{/inInterface}}
  16. {{#inEnum}}
  17. {{__global.enumsInSubtitle}}
  18. {{/inEnum}}
  19. {{#inDelegate}}
  20. {{__global.delegatesInSubtitle}}
  21. {{/inDelegate}}
  22. {{#inFunction}}
  23. {{__global.functionsInSubtitle}}
  24. {{/inFunction}}
  25. {{#inVariable}}
  26. {{__global.variablesInSubtitle}}
  27. {{/inVariable}}
  28. {{#inTypeAlias}}
  29. {{__global.typeAliasesInSubtitle}}
  30. {{/inTypeAlias}}