[Doc] Update template with docfx v2.37.2
[platform/core/csapi/tizenfx.git] / docs / template / tizen / partials / uref / class.header.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 <h1 id="{{id}}" data-uid="{{uid}}">{{>partials/title}}</h1>
4 <div class="markdown level0 summary">{{{summary}}}</div>
5 <div class="markdown level0 conceptual">{{{conceptual}}}</div>
6 {{#inheritance.0}}
7 <div class="inheritance">
8   <h5>{{__global.inheritance}}</h5>
9 {{/inheritance.0}}
10 {{#inheritance}}
11     <div class="level{{index}}">{{{specName.0.value}}}</div>
12 {{/inheritance}}
13 {{#inheritance.0}}
14     <div class="level{{item.level}}"><span class="xref">{{item.name.0.value}}</span></div>
15 </div>
16 {{/inheritance.0}}
17 {{#inheritedMembers.0}}
18 <div class="inheritedMembers">
19   <h5>{{__global.inheritedMembers}}</h5>
20 {{/inheritedMembers.0}}
21 {{#inheritedMembers}}
22   <div>
23   {{#definition}}
24     <xref uid="{{definition}}" altProperty="fullName" displayProperty="name"/>
25   {{/definition}}
26   {{^definition}}
27     <xref uid="{{uid}}" altProperty="fullName" displayProperty="name"/>
28   {{/definition}}
29   </div>
30 {{/inheritedMembers}}
31 {{#inheritedMembers.0}}
32 </div>
33 {{/inheritedMembers.0}}
34 {{#remarks}}
35 <h5 id="{{id}}_remarks"><strong>{{__global.remarks}}</strong></h5>
36 <div class="markdown level0 remarks">{{{remarks}}}</div>
37 {{/remarks}}
38 {{#example.0}}
39 <h5 id="{{id}}_examples"><strong>{{__global.examples}}</strong></h5>
40 {{/example.0}}
41 {{#example}}
42 {{{.}}}
43 {{/example}}