Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / chrome / common / extensions / docs / templates / private / variable_type.html
1 {{#type}}
2 {{?link}}
3   {{?disableLink}}
4     {{link.text}}
5   {{:disableLink}}
6     {{+partials.ref_link link:link/}}
7   {{/disableLink}}
8 {{/link}}
9 {{?choices}}
10 {{#c:choices}}
11 {{+partials.variable_type type:c/}}{{^c.last}} or {{/}}
12 {{/choices}}
13 {{/choices}}
14 {{?array}}
15 array of {{+partials.variable_type type:array/}}
16 {{/array}}
17 {{?simple_type}}
18 {{simple_type}}
19 {{/simple_type}}
20 {{?enum_values}}
21 enum of {{#e:enum_values}}{{?e.last}}or {{/}}<code>"{{e.name}}"</code>{{^e.last}}, {{/}}{{/}}
22 {{/enum_values}}
23 {{?value}}
24 <code>{{value}}</code>
25 {{/value}}
26 {{/type}}