[Doc] Update template with docfx v2.37.2
[platform/core/csapi/tizenfx.git] / docs / template / tizen / partials / uref / parameters.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 {{#properties.0}}
4 <h6 class="parameters">Properties</h6>
5 <table class="table table-bordered table-striped table-condensed">
6   <thead>
7     <tr>
8       <th>{{__global.type}}</th>
9       <th>{{__global.name}}</th>
10       <th>{{__global.description}}</th>
11     </tr>
12   </thead>
13   <tbody>
14 {{/properties.0}}
15 {{#properties}}
16     <tr>
17       <td>{{{type.specName.0.value}}}</td>
18       <td><em class="text-break">{{{id}}}</em></td>
19       <td>
20         {{{description}}}
21         {{>partials/parameters}}
22       </td>
23     </tr>
24 {{/properties}}
25 {{#properties.0}}
26   </tbody>
27 </table>
28 {{/properties.0}}