You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

14 lines
621 B

  1. {{!Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.}}
  2. <h1 id="{{id}}" data-uid="{{uid}}">{{>partials/title}}</h1>
  3. <div class="markdown level0 summary">{{{summary}}}</div>
  4. <div class="markdown level0 conceptual">{{{conceptual}}}</div>
  5. <div class="markdown level0 remarks">{{{remarks}}}</div>
  6. {{#children}}
  7. <h3 id="{{id}}">{{>partials/namespaceSubtitle}}</h3>
  8. {{#children}}
  9. <h4><xref uid="{{uid}}" altProperty="fullName" displayProperty="name"/></h4>
  10. <section>{{{summary}}}</section>
  11. {{/children}}
  12. {{/children}}