ef9fcb3195cc47ae99decd671f800c56b72d7ed0
[platform/core/csapi/tizenfx.git] / docs / template / tizen / partials / uref / enum.tmpl.partial
1 {{!Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.}}
2
3 {{>partials/uref/class.header}}
4 {{#children}}
5 <h3 id="{{id}}">{{>partials/classSubtitle}}</h3>
6 <table class="table table-bordered table-striped table-condensed">
7   <thead>
8     <tr>
9       <th>{{__global.name}}</th>
10       <th>{{__global.description}}</th>
11     </tr>
12   <thead>
13   <tbody>
14   {{#children}}
15     <tr>
16       <td id="{{id}}">{{name.0.value}}</td>
17       <td>{{{summary}}}</td>
18     </tr>
19   {{/children}}
20   </tbody>
21 </table>
22 {{/children}}
23 {{#extensionMethods.0}}
24 <h3 id="extensionmethods">{{__global.extensionMethods}}</h3>
25 {{/extensionMethods.0}}
26 {{#extensionMethods}}
27 <div>
28   {{#definition}}
29     <xref uid="{{definition}}" fullName="{{fullName.0.value}}" name="{{nameWithType.0.value}}"/>
30   {{/definition}}
31   {{^definition}}
32     <xref uid="{{uid}}" fullName="{{fullName.0.value}}" name="{{nameWithType.0.value}}"/>
33   {{/definition}}
34 </div>
35 {{/extensionMethods}}