...

Text file src/github.com/Azure/azure-sdk-for-go/eng/common/docgeneration/templates/matthews/partials/namespace.tmpl.partial

Documentation: github.com/Azure/azure-sdk-for-go/eng/common/docgeneration/templates/matthews/partials

     1<h1 id="{{id}}" data-uid="{{uid}}">{{>partials/title}}</h1>
     2<div class="markdown level0 summary">{{{summary}}}</div>
     3<div class="markdown level0 conceptual">{{{conceptual}}}</div>
     4<div class="markdown level0 remarks">{{{remarks}}}</div>
     5{{#children}}
     6  <h3 id="{{id}}">{{>partials/namespaceSubtitle}}</h3>
     7  <table>
     8  {{#children}}
     9    <tr>
    10      <td>
    11        <p><xref uid="{{uid}}" altProperty="fullName" displayProperty="name"/></p>
    12        <p>{{{summary}}}</p>
    13      </td>
    14    </tr>
    15  {{/children}}
    16  </table>
    17{{/children}}

View as plain text