Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 {{#property}} | 1 {{#property}} |
| 2 <dt> | 2 <td>{{+partials.variable_type type:property/}}</td> |
| 3 {{?parentName}} | 3 <td>{{?optional}}<span class="optional">(optional)</span>{{/}} |
| 4 <h4 id="{{id}}" title="{{^hideParamTOC name/}}"> | 4 {{name}}</td> |
| 5 {{+partials.property_name_and_type property:property /}} | 5 <td> |
| 6 </h4> | |
| 7 {{:parentName}} | |
| 8 <h3 id="{{id}}" title="{{^hideParamTOC name/}}"> | |
| 9 {{+partials.property_name_and_type property:property /}} | |
| 10 </h3> | |
| 11 {{/parentName}} | |
| 12 </dt> | |
| 13 <dd> | |
| 14 {{?deprecated}} | 6 {{?deprecated}} |
| 15 {{+partials.warning_deprecated item:property/}} | 7 {{+partials.warning_deprecated item:property/}} |
| 16 {{/deprecated}} | 8 {{/deprecated}} |
| 17 {{?description}} | 9 {{?description}} |
| 18 {{{description}}} | 10 {{{description}}} |
| 19 {{/description}} | 11 {{/description}} |
| 20 {{+partials.enum_descriptions enums:enum_values/}} | 12 {{+partials.enum_descriptions enums:enum_values/}} |
| 21 {{?array.is_object}} | 13 {{?array.is_object}} |
| 22 <h4 title="">Properties of each object</h4> | 14 <h4 title="">Properties of each object</h4> |
| 23 <dl> | 15 <dl> |
| 24 {{+partials.type type:array hideParamTOC:true /}} | 16 {{+partials.type type:array hideParamTOC:true /}} |
| 25 </dl> | 17 </dl> |
| 26 {{/array.is_object}} | 18 {{/array.is_object}} |
| 27 </dd> | 19 {{?properties}} |
| 20 <table class="innerTable"> | |
| 21 {{#p:properties +partials.parameter_full | |
| 22 innerTable:true | |
|
not at google - send to devlin
2014/01/03 23:30:24
likewise innerTable
Renato Mangini (chromium)
2014/02/06 03:19:17
Done.
| |
| 23 parameter:p | |
| 24 parentName:name | |
| 25 hideParamTOC:hideParamTOC /}} | |
| 26 </table> | |
| 27 {{/properties}} | |
| 28 {{?is_callback}} | |
| 29 {{?parentCallback +partials.callback callback:parentCallback/}} | |
| 30 {{/is_callback}} | |
| 31 </td> | |
| 28 {{/property}} | 32 {{/property}} |
| OLD | NEW |