OLD | NEW |
| 1 {{#property}} |
1 <dt> | 2 <dt> |
2 <span class="variable">{{name}}</span> | 3 <span class="variable">{{name}}</span> |
3 <span class="property"> | 4 <span class="property"> |
4 ( | 5 ( |
5 {{?optional}}<span class="optional">optional</span>{{/}} | 6 {{?optional}}<span class="optional">optional</span>{{/}} |
6 {{+partials.variable_type}} | 7 {{+partials.variable_type type:property/}} |
7 ) | 8 ) |
8 </span> | 9 </span> |
9 </dt> | 10 </dt> |
10 <dd> | 11 <dd> |
11 {{?deprecated}} | 12 {{?deprecated}} |
12 {{+partials.warning_deprecated item:property}} | 13 {{+partials.warning_deprecated item:property/}} |
13 {{/deprecated}} | 14 {{/deprecated}} |
14 {{?description}} | 15 {{?description}} |
15 {{{description}}} | 16 {{{description}}} |
16 {{/description}} | 17 {{/description}} |
17 {{+partials.enum_descriptions values:enum_values}} | 18 {{+partials.enum_descriptions enums:enum_values/}} |
18 {{?array.is_object}} | 19 {{?array.is_object}} |
19 <h5>Properties of each object in <span class="variable">{{name}}</span></h5> | 20 <h5>Properties of each object in <span class="variable">{{name}}</span></h5> |
20 <dl> | 21 <dl> |
21 {{+partials.type @:array}} | 22 {{+partials.type type:array/}} |
22 </dl> | 23 </dl> |
23 {{/array.is_object}} | 24 {{/array.is_object}} |
24 </dd> | 25 </dd> |
| 26 {{/property}} |
OLD | NEW |