b5584adfaffcbc18892896dc5757b96d3fc0d7b7
[platform/core/csapi/tizenfx.git] / docs / template / tizen / partials / 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/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 {{#seealso.0}}
24 <h5 id="{{id}}_seealso">{{__global.seealso}}</h5>
25 <div class="seealso">
26 {{/seealso.0}}
27 {{#seealso}}
28   {{#isCref}}
29     <div>{{{type.specName.0.value}}}</div>
30   {{/isCref}}
31   {{^isCref}}
32     <div>{{{url}}}</div>
33   {{/isCref}}
34 {{/seealso}}
35 {{#seealso.0}}
36 </div>
37 {{/seealso.0}}
38 {{#extensionMethods.0}}
39 <h3 id="extensionmethods">{{__global.extensionMethods}}</h3>
40 {{/extensionMethods.0}}
41 {{#extensionMethods}}
42 <div>
43   {{#definition}}
44     <xref uid="{{definition}}" fullName="{{fullName.0.value}}" name="{{nameWithType.0.value}}"/>
45   {{/definition}}
46   {{^definition}}
47     <xref uid="{{uid}}" fullName="{{fullName.0.value}}" name="{{nameWithType.0.value}}"/>
48   {{/definition}}
49 </div>
50 {{/extensionMethods}}