...

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

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

     1{{>partials/class.header}}
     2{{#children}}
     3  {{#children}}
     4    <h4 id="{{id}}"><a href="#collapsible-{{id}}" class="expander" data-toggle="collapse">{{name.0.value}}</a></h4>
     5
     6    <div id="collapsible-{{id}}" class="collapse in">
     7      <p>{{{summary}}}</p>
     8    </div>
     9  {{/children}}
    10{{/children}}
    11
    12{{#extensionMethods.0}}
    13<h3 id="extensionmethods">{{__global.extensionMethods}}</h3>
    14{{/extensionMethods.0}}
    15{{#extensionMethods}}
    16<div>
    17  {{#definition}}
    18    <xref uid="{{definition}}" fullName="{{fullName.0.value}}" name="{{nameWithType.0.value}}"/>
    19  {{/definition}}
    20  {{^definition}}
    21    <xref uid="{{uid}}" fullName="{{fullName.0.value}}" name="{{nameWithType.0.value}}"/>
    22  {{/definition}}
    23</div>
    24{{/extensionMethods}}

View as plain text